ConfigSections配置

Posted Chuck Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ConfigSections配置相关的知识,希望对你有一定的参考价值。

 

如果配置文件中包含了configSections,那么configSections的下一个节点,必须是configSections里面的元素

<configSections>
<section name ="log4net" type ="System.Configuration.IgnoreSectionHandler"/>
</configSections>

<log4net>

</log4net>

 

以上是关于ConfigSections配置的主要内容,如果未能解决你的问题,请参考以下文章

c# 配置文件之configSections配置(三)

c# 配置文件之configSections配置

c# 配置文件之configSections配置(二)

通过Web.config中的configSections配置自己系统的全局常量

天蓝色函数中的自定义配置部分?

每个配置文件只允许一个 configSections 元素,如果存在,则必须是根配置元素的第一个子元素