I have two connection string, one when I'm developing that uses my local bank and another for when I deploy the application in Azure.
I want the application to know which one to use depending on the type of build I do. What is the simplest way to do this?
Do you want to do the connection string level or would I need two different Web.config?