I'm creating a simple windows forms application using local SQL Server Express database as a data source. During debug the database file is copied into debug folder, everything works fine, but that's not what I want. I'd like to use only one copy of the database file. I'm creating a simple windows forms application