I noticed that after adding a "service based database" mdf file and after setting up the tables, etc and adding code to the application forms, 2 copies of that database are created.
If I go to properties -> settings I noticed a connection string with:
Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\SelimiyeMasjid.mdf;Integrated Security=True;User Instance=True
Is there a way to change |DataDirectory| to point to the same folder as the application exe file?
Can I also stop 2 copies of the database from being created and have Visual Studio only create the one that's in the same folder as the exe file?