i have created a windows application.i am using mssqlserve at backend.i have defined my connection string in my app config file.
now i want to deploy my project. how can i bind my database with it. i want to create a ready to use setup. user don't have to configure connection string. how can i do this.
how to create setup with attached database.
Aman Gandhi
Loading
Satyapriya NayakPosted Jan 19, 2012, 11:07 PM
Please refer Our recommended articles
http://www.c-sharpcorner.com/uploadfile/mgold/deploying-windows-applications-using-visual-studio-2010/default.aspx
Thanks