Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 scalar property?

0 Answers   Microsoft,


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


What is the meaning of unobtrusive javascript?

0 Answers  


Explain dependency resolution?

0 Answers  


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  


How you can implement custom validation in asp.net MVC?

0 Answers  


what are generics? Without generics what are the disadvantages in 1.1?

3 Answers   HP, iSoft, nTech Solutions,


Explain entity lifecycle? : Entity framework

0 Answers  


What is .net architecture and framework?

0 Answers  


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


Explain what languages does the .net framework support?

0 Answers  


What is model first? : Entity framework

0 Answers  


Categories