I have an application JigSaw that uses a database TopScores.mdf which it is not included in the project. What I want to do is make the application find the database
change setting in your connection string from "Database=TopScores.mdf" to something different, say: "Database=TopScores_brand_new_connection" do not create/delete/rename files in any file/database server. do it in the connection string only. Do not add dots, extensions etc.