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?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.