I have a main Web.config file, and under that there is a Web.Test.config, Web.Development.Config etc.
Web.config
Web.Test.config
Web.Development.Config
When I preview the trans
XML transformations will only be applied when you publish web apps and not during build.
This blog post details a work around using build settings.