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
how to disable the lazy loading framework?
How do you handle variable number of segments in a route definition?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is the difference between viewbag and viewdata in asp.net mvc?
What are the advantages of mvc over asp.net?
What is rxjava used for?
Explain representational state transfer (rest) in detail?
Can you explain the page life cycle of mvc?
Explain the new features 3.5 framework against with the tool?
Why should we go for entity framework?
Is it possible to cancel filter execution?
What is meant by domain model?
What is the difference between windows vista and .net framework 3.0 ?
What are the components required to create a route in ASP.Net MVC?
What is the use of action filters in an mvc application?