Background:
I have some data thats stored in the web.config files of about 100 web applications. This data is getting moved to a database gradually.
You can add below section in your web.config
then, add "env" folder in your project and add your environmental settings into EnvironmentalSettings.config. And you can still use ConfigurationManager to get settings from EnvironmentalSettings file.
Does that answer your question?