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 definingquery in entity framework? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
Do I need microsoft .net framework?
Mention some action filters which are used regularly in ASP.Net MVC?
Describe the gac in the .net framework.
Explain what languages does the .net framework support?
Can you explain renderbody and renderpage in mvc?
What is controllercontext?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Which are the important namespaces used in mvc?
List the new features added in .net framework 4.0.
What is the difference between entity framework and mvc?
What is the importance of NonActionAttribute?
What is meant by domain model?