Do You Create Different App.Config for Different Environment?

Last updated by Unknown over 13 years ago.See history

Every application has different settings depending on the environment it is running on, e.g. production, testing or development environment. It is much easier and efficient if app.config is provided in several environment types, so then the developer can just copy and paste the required app.config.

AppConfigBad

Figure: Bad Example - Only 1 App.config provided

App config

Figure : Good Example - Several App.config are provided

We open source. Powered by GitHub