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 |
How route table is created in ASP.NET MVC?
Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?
give the feature of .net2.0 over .net1.1
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is .NET Framework?
what do you mean by navigation property?
What is ado.net data provider? : Entity framework
Explain something about model, view and controllers in asp.net mvc?
what is csdl?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is display mode in mvc?