As an example, we have a Unit Test project with the app.config file. The app.config file is configured to work on our build server. But if we want to run our tests locally (with a local database), we have to change app.config ... everytime ... there is a way to never change the app.config file, but have a different file that overrides the application. configuration configuration? (so that no one accidentally commits a corrupted app.config in subversion?)
(the same course counts for web.config, ...)
thanks Lieven Cardoen
source
share