How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005?

Answers were Sorted based on User's Feedback



How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?..

Answer / 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

How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?..

Answer / munna

I guess 1.Restore the database

Copy file.mdf and file.ldf files from database directory


And paste under the C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data

Open sql server management studio

Server name = u r system name
Login --- sa (default user)
Password = (whatever u r given while installing sql server)

Right click on database --- select --- attach

Click on Add button
Select Techno.mdf file

Click --- Ok – ok to finish

Now u will find the database

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

What is meant by viewdata?

0 Answers  


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

0 Answers  


Mention the core components of .net framework?

0 Answers  


What is entity framework in asp net?

0 Answers  


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  






How to set the debug mode

1 Answers   4Cplus,


Which are the important namespaces used in ASP.Net MVC?

0 Answers  


How do you specify comments using razor syntax?

0 Answers  


I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?

2 Answers  


What are class access modifiers

1 Answers  


Explain tempdata in mvc?

0 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


Categories