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
List the new features added in .net framework 4.0.
Can I add asp.net mvc testcases in visual studio express?
Explain how you can send the result back in JSON format in MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Is .net framework backwards compatible?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Explain linq to entities? : Entity framework
What are Action Methods in ASP.NET MVC?
What are Code Blocks in Views?
how do you query in entity model when the result has a join from from different database other than the entity model?
I want ask from plz smaple example code for Biztalkk server
How large is the .net framework 3.0? Does this change make the release larger?
explain lazy loading, eager loading, and explicit loading?
How to Create an Intranet Site Using ASP.NET MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?