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 |
Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.
Describe the roles of clr in .net framework.?
How does the 'page lifecycle' of asp.net mvc works?
how do you truncate a table using entity data model?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
How large is the .net framework 3.0?
What is the property available to check if the page posted or not
how do you mark a property as required? For example, for a project, the name is a required field.
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
How to set the debug mode
What are the new features 3.5 framework against with the tool?
How do I define my own code group