1

我在下面收到此错误

HTTP 错误 500.19 - 内部服务器错误 无法访问请求的页面,因为该页面的相关配置数据无效。

详细的错误信息

模块认证

通知 AuthenticateRequest

处理程序 ExtensionlessUrl

Handler-Integrated-4.0

错误代码 0x80070021

配置错误 此配置部分不能用于此路径。当该部分锁定在父级别时会发生这种情况。锁定是默认情况下 (overrideModeDefault="Deny") 或由具有 overrideMode="Deny" 或旧 allowOverride="false" 的位置标记显式设置的。

这是我的配置文件

<configuration>
<connectionStrings>
    <add name="DBConnection" connectionString="data source=12.12.16.117;Initial Catalog=web_prof_global; User ID=1111;Password=1111;persist security info=True;packet size=4096" providerName="System.Data.SqlClient" />
    <add name="DBConnectionSf" connectionString="data source=12.12.16.117;Initial Catalog=webCommon; User ID=1111;Password=1111;persist security info=True;packet size=4096" providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
    <compilation debug="false" targetFramework="4.0" />
</system.web>
   <system.webServer>
    <security>
        <authentication>
            <basicAuthentication enabled="true" />
        </authentication>
    </security>
<modules runAllManagedModulesForAllRequests="true"  />

    <defaultDocument>
        <files>
            <add value="s-f.aspx" />
        </files>
    </defaultDocument>

</system.webServer>


</configuration>

你能帮忙吗

4

0 回答 0