0

可能重复:
无法为 web.config 创建自定义部分

我做了一个自定义配置部分,我希望它可以选择存在。这是默认设置还是如果您定义了自定义配置部分,它是否必须存在于配置文件中?

换句话说,我有configsections这样声明的部分:

<configSections>
<section
        name="MembershipProviders"
        type="MyApp.BusinessObjects.MembershipProviderFactory.MembershipProvidersSection"
        allowLocation="true"
        allowDefinition="Everywhere"
      />
</configSections>

但是我的 web.config 中没有与该声明相对应的任何部分。

不过,我确实有声明这些部分的类。

4

0 回答 0