Sorry if this is a very simple question, but I'm ready to create an executable for a Visual Studio C # application. (My first time!)
My application uses the database that I am currently storing on SQL Server. This works fine while I'm coding, since I created the database manually on my computer.
I see that VS2008 created .exe in my bin / debug folder, but how can I guarantee that new users (who do not already have a database) performing a new installation will also receive the database?
source
share