By mswatcher
via devlicio.us
Published: Apr 21 2008 / 15:19
You have the standard app.config or web.config file and it holds values for your application. But some of the config properties are either user specific (such as file path for local storage) or are environment specific (such as db connections, web services paths, etc). When we deploy the application we need to ensure that the correct values are used, and we want to it with the least amount of friction.
Add your comment