Deploy Windows Application with database
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