We have Release Management Update 2 installed and using TFS 2013 Update 2 continuous deployment build template for releasing a web site.
We have three stage types: Integration, Staging and Production.
What's the best way to release a web site when there are web.config transformations for each stage? Transforms are for connection string, appsettings and log4net.
I'm starting to lean toward this question's best answer, yet would like to know if I'm missing a tool or an easier path.