When you run your project in the debugger the output is stored in the bin\Debug folder under the project folder. When you want to deploy, you should use the Build menu to compile and the output is stored in the bin\Release folder under the project folder. That output should include your EXE, your database and any other required files, like DLLs.