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

Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.

3 Answers   Excel,


Describe the roles of clr in .net framework.?

0 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?

4 Answers   IBM,


How large is the .net framework 3.0?

0 Answers  


What is the property available to check if the page posted or not

1 Answers  


how do you mark a property as required? For example, for a project, the name is a required field.

0 Answers   Microsoft,


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

0 Answers  


How to set the debug mode

1 Answers   4Cplus,


What are the new features 3.5 framework against with the tool?

0 Answers  


How do I define my own code group

1 Answers  


Categories