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 are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is a razor file?
What are Validation Annotations?
What is viewbag?
explain what is ado.net entity framework?
How we can add the CSS in ASP.Net MVC?
What is entity sql? : Entity framework
how can you tell ef to have a different table or column name than that defined for the class?
explain lazy loading, eager loading, and explicit loading?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
In razor syntax, what is the escape sequence character for @ symbol?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain the tools used for unit testing in ASP.Net MVC
Why to use Html.Partial in ASP.Net MVC?
how can you enhance the performance of entity framework?