【问题标题】:HTTP Error 500.19 - Internal Server Error issue with iisHTTP 错误 500.19 - iis 的内部服务器错误问题
【发布时间】:2015-05-06 05:57:20
【问题描述】:

我的托管站点出现以下错误

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid. 
Detailed Error Information
 Module   ProtocolSupportModule 
 Notification SendResponse 
 Handler ExtensionlessUrlHandler-Integrated-4.0 
 Error Code 0x800700b7 
 Config Error Cannot add duplicate collection entry of type 'add' withunique key attribute 'name' set to 'X-UA-Compatible'  
Config File \\?\C:\inetpub\wwwroot\abc\web.config 
Requested URL http://abc:80/Test 
Physical Path C:\inetpub\wwwroot\abc 
Logon Method Not yet determined 
Logon User Not yet determined 
Config Source
 54:            <customHeaders>
 55:                <add name="X-UA-Compatible" value="IE=edge" />
 56:            </customHeaders>

我也在安全方面授予 IIS_USR 权限并允许 Windows 身份验证。任何解决此问题的想法

【问题讨论】:

    标签: iis iis-7 http-error


    【解决方案1】:

    看起来您的配置文件中可能有重复的密钥,基于:duplicate collection entry of type 'add' with unique key attribute 'name' set to 'X-UA-Compatible'

    在您的配置文件中搜索“X-UA-Compatible”并确保只有一个具有此名称的条目。

    您可能还想阅读这篇文章:Click Here

    【讨论】:

      猜你喜欢
      • 2015-09-20
      • 1970-01-01
      • 2014-05-06
      • 2020-08-19
      • 1970-01-01
      • 1970-01-01
      • 2018-04-05
      • 2021-10-11
      • 1970-01-01
      相关资源
      最近更新 更多