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
How we can call a javascript function on the change of a dropdown list in mvc?
Mention some action filters which are used regularly in ASP.Net MVC?
How can we determine action invoked from HTTP GET or HTTP POST?
How large is the .net framework 3.0?
Is entity framework slow?
What is ViewData and TempData in ASP.Net MVC?
Name a few different return types of a controller action method?
What operating systems will the .net framework 3.0 be available for?
What are sections?
What is razor code?
What is asp net framework?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Why we need a separate mobile project template, while we can render our web application in mobile ?
what is entity framework advantage?
What are the advantages of razor view engine?