0

I just need the transformed web.config, is there any way just use MSBuild to get it transformed without compiling the project?

Thanks in advance!

zs2020
  • 53,766
  • 29
  • 154
  • 219
  • 1
    possible duplicate of [MSBuild Script and VS2010 publish apply Web.config Transform](http://stackoverflow.com/questions/2905151/msbuild-script-and-vs2010-publish-apply-web-config-transform) – Jakub Konecki Nov 07 '11 at 15:33

1 Answers1

0

I'm using XmlPreprocess tool for config files manipulation. It is using one mapping file for multiple environments. You can edit mapping file by Excel. It is very easy to use.

Ludwo
  • 6,043
  • 4
  • 32
  • 48