How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005?
Answer Posted / munna
I guess 1.Restore the database
Copy file.mdf and file.ldf files from database directory
And paste under the C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data
Open sql server management studio
Server name = u r system name
Login --- sa (default user)
Password = (whatever u r given while installing sql server)
Right click on database --- select --- attach
Click on Add button
Select Techno.mdf file
Click --- Ok – ok to finish
Now u will find the database
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between entity framework and mvc?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is the use of razor view engine?
If I have multiple filters implemented, what is the order in which these filters get executed?
Where is tempdata stored?
How can I return string result from action in asp.net mvc?
What is web api‘s in asp.net mvc 4 ?
What is the difference between ViewData, ViewBag and TempData?
Explain how to use multiple submit buttons in ASP.Net MVC?
What type of filter does outputcacheattribute class represents?
How we can register the Area in ASP.Net MVC?
What is controllercontext?
Explain the advantages of dependency injection (di) in asp.net mvc?
Which are the important namespaces used in mvc?
How large is the .net framework 3.0?