How to have different web.config settings for my local machine?
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 locally and – when I am – overwrite the default connection string?
