Managing complex Web.Config files between deployment environments

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

    We use tags in our config files, that are replaced at build time to reflect the intended deployment environment. I've been inspired by Lavablast blog

    It's nice to have only one template config file to manage.

    The drawback is that you can't easily have custom "sections".

提交回复
热议问题