Managing deployments of .Net components into different environments is not going to be that easy if we are going to rely on manual editing of config files after deployment. Web.config Transformations is an official feature to support this but it's lacking the support for other .Net project types as well as it's not that a developer friendly mechanism.
Recently when I was looking to use config transformations to manage publishing .Net components into different environments (to avoiding the possible mistakes in manual config editing), this nice extension came up on the search results, which was a life saver with its support for other project types as well as the nice "Preview" feature.




