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 presentation framework?
What is the advantage of using asp.net routing?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Explain how you can implement Ajax in MVC?
What is the meaning of unobtrusive javascript?
Is entity framework slow?
What is the significance of nonactionattribute?
Explain what platforms does the .net framework run on?
How does .net framework works?
how can you enhance the performance of entity framework?
Can you set the unlimited length for "maxjsonlength" property in config?
What is the 'page life cycle' of an ASP.NET MVC?
Explain peek method in tempdata in asp.net mvc?
Explain what is the difference between view and partial view?
How route table has been created in asp.net mvc?