Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i deploye my project with its database in visual studio 2010 (my project is in window form application)
Posted

Follow the 3 simple steps,

1. Go to the Properties of Database Project
2. Open the deploy Tab
3. Configure the "Target Connection" and other settings, if required.

Hope this helps.

cheers
 
Share this answer
 
You would need to create a setup that creates/deploy database along with your application install.

Have a look at these:
Creating setup With support for database creation Using VS.NET[^]
Create database during installation of a .NET application [^]
Deploy your Application and Database[^]


Also, look at the answers given for the similar question asked here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900