Posts Tagged ‘Configuration’

setting app.config for different environments

Posted on May 28th, 2009 by Koiti Takahashi

Imagine the following scenario: You have a project that you just developed in your local machine and want to deploy it into the CI (Continuous Integration) and approval environments. In this project, there is a configuration file (app.config) that contains a few settings, for instance, connection strings and log file directory.
Quite common isn’t it? So, [...]