【发布时间】: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