Web Deployment and Config Transformations

If you are developing locally, you probably have a local testing environment. If you don't, you really need to investigate this and look to get an environment for testing (but that is content for another post). I recently became aware of configuration file transformations to match the environment you are deploying to. Essentially, you can deploy specific configuration in your web.config file based on the deployment profile you select. (more…)