Does anyone know of any good tools/utilities for managing Web.Config files between different build/deployment environments?
Web.Config
For example, I have a WCF pr
I use this tool: xmlpreprocess
we maintain separate 'property' files for each environment that are merged in by the deployment script.