Managing complex Web.Config files between deployment environments

后端 未结 11 873
被撕碎了的回忆
被撕碎了的回忆 2020-11-30 18:26

Does anyone know of any good tools/utilities for managing Web.Config files between different build/deployment environments?

For example, I have a WCF pr

11条回答
  •  天命终不由人
    2020-11-30 19:27

    I use this tool: xmlpreprocess

    we maintain separate 'property' files for each environment that are merged in by the deployment script.

提交回复
热议问题