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 are sections?
what is split entity?
Explain the types of Scaffoldings.
What is namespace of asp.net mvc?
Can we change web.config settings from iis?
What is a model in android?
What is the 'page life cycle' of an ASP.NET MVC?
What is the advantage of using asp.net routing?
What is an asynchronous controller in asp.net mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is objectcontext? : Entity framework
What are differences between entity framework and l2s? : Entity framework
Which version of .net framework is installed?
What is .net framework in simple terms?