Just wanting peoples opinions on how they are handling their app settings load in the program.cs.
I have setup 3 app settings in my web app one for dev, uat and Prod. At the moment the loading of these during startup is done via the environment variable. But the problem is that If I want to deploy both uat and prod to the same server then both website when deployed only ever use the prod app settings.
Has anyone run into this before and what solutions have people come up with to work around this?
Thanks