Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i made a winform project with vs2012 and sqlserver2012. now i am going to publish this. Now the question is i want to deploy application with database how can i deploy it with database. Maybe i need to add database file within application. if this then how can i do this. right now my connection string is
XML
<connectionStrings>
  <add name="Conn" connectionString="Data Source=.; Initial Catalog = SSDB2; Integrated Security=True " providerName="System.Data.SqlClient"   />
 </connectionStrings>
Posted
Updated 29-Oct-13 20:32pm
v2

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