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 msl?
How do I install .net framework?
What is renderbody?
What are action filters?
Explain Sections is ASP.Net MVC?
What is controllercontext?
Which is the root namespace for fundamental types in .net framework?
What is viewdata?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Can we add constraints to the route? If yes, explain how we can do it?
Explain how you can implement Ajax in MVC?
What is the difference between viewbag and viewdata in mvc?
Explain the request flow in asp.net mvc framework?
Name a few different return types of a controller action method?
Explain what is the difference between view and partial view?