How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is asp.net mvc?
What are the versions of .net framework?
What is the difference between model and entity?
What are Non Action methods in ASP.Net MVC?
What is mapping in entity framework? : Entity framework
List out few different return types of a controller action method?
Give an example for authorization filters in an asp.net mvc application?
What is a razor file?
What is filters in web api?
Is entity framework slow?
Explain unit test done by tester on development team?
What are the two ways to add constraints to a route?
What is .net framwork?
What is the role of the jit compiler in .net framework?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?