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
Which filter executes first in an asp.net mvc application?
What is NonActionAttribute ?
Do you know about the new features in ASP.Net MVC 4 ?
Explain bundle.config in mvc4?
What are the benefits of .net framework?
How to use Jquery Plugins in ASP.Net MVC validation?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
How to use multiple submit buttons in asp.net mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is meant by tempdata in mvc?
What is presentation framework?
What is object service? : Entity framework
What is the difference between viewbag and viewdata in asp.net mvc?