Managing complex Web.Config files between deployment environments

后端 未结 11 898
被撕碎了的回忆
被撕碎了的回忆 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:24

    You could use Build Events to manage your web configs. Hanselman has a good article about it.

    Basically you have all your different web.configs in the solution you then create (some) new build types. Depending on the build type you run a web.config is copied over the referenced one!

提交回复
热议问题