This is a commandline tool to run an ASP.Net web.config tranformation.
WebConfigTransformationRunner.exe WebConfigFilename TransformFilename OutputFilename
- https://github.com/erichexter/WebConfigTransformRunner
- http://lostechies.com/erichexter/2013/01/20/asp-net-web-config-transform-console-utility-released-on-nuget/
Use NuGet and "Install-Package WebConfigTransformRunner" and it'll show up in the Tools folder in your packages. You can also use the NuGet.exe command line and just "nuget install WebConfigTransformRunner."
Install-Package WebConfigTransformRunner
on the Web.Config Transformation Syntax is located here:
- http://msdn.microsoft.com/en-us/library/dd465326.aspx
- http://sedodream.com/2010/09/09/ExtendingXMLWebconfigConfigTransformation.aspx
Created by: Eric Hexter * Blog - http://lostechies.com/erichexter/ * Twitter - http://twitter.com/ehexter