顾陌 发布时间:2015-06-12 分类:.NET 阅读:12481次 5 条评论
HTTP 错误 403.6 - Forbidden您在浏览时使用的 IP 地址不允许访问所请求的网站。 详细错误信息
模块 IpRestrictionModule
通知 BeginRequest
处理程序 StaticFile
错误代码 0x80070005
解决办法:
在iis 7.5下左键点击所在的网站,找到下面的配置编辑器。双击打开,在“节”后面的文本框输入“system.webServer/security/ipSecurity”回车。iis会显示本机器限制的ip个数,去掉限制的IP后一定要保存所做的修改,需要点击应用按钮。
如果可能,请重启IIS后尝试。
常见的HTTP 403错误有如下:
403.1 - Execute access forbidden.
403.2 - Read access forbidden.
403.3 - Write access forbidden.
403.4 - SSL required.
403.5 - SSL 128 required.
403.6 - IP address rejected.
403.7 - Client certificate required.
403.8 - Site access denied.
403.9 - Forbidden: Too many clients are trying to connect to the Web server.
403.10 - Forbidden: Web server is configured to deny Execute access.
403.11 - Forbidden: Password has been changed.
403.12 - Mapper denied access.
403.13 - Client certificate revoked.
403.14 - Directory listing denied.
403.15 - Forbidden: Client access licenses have exceeded limits on the Web server.
403.16 - Client certificate is untrusted or invalid.
403.17 - Client certificate has expired or is not yet valid.
403.18 - Cannot execute requested URL in the current application pool.
403.19 - Cannot execute CGI applications for the client in this application pool.
403.20 - Forbidden: Passport logon failed.
403.21 - Forbidden: Source access denied.
403.22 - Forbidden: Infinite depth is denied.
403.502 - Forbidden: Too many requests from the same client IP; Dynamic IP Restriction limit reached.
发布于 2015-07-18 16:37:33 回复该评论
发布于 2015-07-11 15:27:45 回复该评论
发布于 2015-07-06 16:18:04 回复该评论
发布于 2015-06-15 01:06:58 回复该评论
发布于 2015-06-17 09:30:25 回复该评论
发表评论:
◎欢迎您的参与讨论。