deploying a database and application with ClickOnce
I am new to ClickOnce. I created a WinForms application using C# and SQL Server Express. Currently my database is located in the mssql data folder. My connection string is located in an app.config file. <add name="default" providerName="System.Data.SqlClient" connectionString="Server=localhost\SQLEXPRESS;Database=DBase;Trusted_Connection=True;" /> How do I include my database file for it to deploy with the application? To which folder will the database be deployed and will my connection string (above) be still working? You have a couple of options. First, if this is a simple database I