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
what is csdl?
How can I return string result from action in asp.net mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is entity framework firstordefault?
what is ssdl?
What is the "helperpage.isajax" property?
Explain the advantage of packaging over xcopy in .net?
What is .net framework used for?
What is a razor file?
How we can handle the exception at controller level in ASP.Net MVC?
What are differences between entity framework and l2s? : Entity framework
What is route config?
What is .net architecture and framework?
What are ajax helpers in mvc?
How can you return string result from Action in ASP.Net MVC?