How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005?
Answers were Sorted based on User's Feedback
Answer / ranganadhan k
Here I guess 'ASPNET.mdf' is a database file.So it is very
simple to add the database to your project by the fllowing
navigation ( try navigation may not be same but the process
is correct):
right click on server Explorer and select add a databse ---
> select
the mdf file browse option in the next screens. go the
directory and select 'ASPNET.mdf' click finish. now the
Database gets tagged to the project you added.
Thank you.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Describe the roles of clr in .net framework.?
What are html helpers in asp.net mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Explain Sections is ASP.Net MVC?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Is .net core replacing .net framework?
Mention two instances where routing is not implemented or required?
How do you specify comments using razor syntax?
If we not suppress finalize method in dispose what will happen?
how do you query in entity model when the result has a join from from different database other than the entity model?
Why doesn't the .NET runtime offer deterministic destruction
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?