I\'m finding myself having to manually update my DefaultConnection connection string in my web.config when I run locally. How can I automatically detect when I\'m running l
You need to add a solution configuration in order to add web.config transformations.
Set your projects configuration aswell, and when you're done, right click on the web.config, select "add transforms" and you're good to go !
Then, when you want to use your local connection string, just use this configuration instead of debug.