引言

Web.config 通过web.Release.config 和web.Debug.config文件来实现不同编译配置下生成不同的配置文件,

但有时为了区分appSettings节点的配置内容,我们会单独放到一个文件。

以便我们更好的查看,修改(维护),这样我们如何像Web.config 那样优雅的处理这种转换呢?

本文中提及的插件就是解决这个问题的

 

Vs 插件

如何转换任何配置文件 文件中的内容

 

 

参考

SlowCheetah - Web.config Transformation Syntax now generalized for any XML configuration file

How to apply config transformations to an external config file

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-12-05
  • 2021-11-10
  • 2021-11-24
  • 2021-11-12
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
相关资源
相似解决方案