服务器 - Windows 2K8/IIS7/ColdFusion 抛出间歇性 403 错误
我们刚刚在 hostgator 上设置了一个新的专用服务器,运行 Windows 2008 Server、IIS7 和 ColdFusion 8 ENT。
在浏览主页时,有时网站可以运行,有时,网站的一部分运行,我可以在 Firebug 中看到 403 错误。有时,我只会收到一个 IIS 错误页面,内容为:
“403 - 禁止:访问被拒绝。您无权使用您提供的凭据查看此目录或页面。”
是 http://www.asia-buy.com。它可能第一次运行,但如果您刷新几次,您可能会遇到该问题。
引擎盖下有很多 ajax 和 JSON 的东西,我想知道这是否与问题有任何关系。
感谢过去可能解决过类似问题的任何人的建议。
We've just set up a new dedicated server at hostgator, running Windows 2008 Server, IIS7 and ColdFusion 8 ENT.
On browsing the homepage, sometimes the site works, sometimes, part of the site runs and I can see a 403 error in Firebug. At other times, I only get an IIS error page saying:
"403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied."
The site is http://www.asia-buy.com. It might run first time, but if you refresh it a few times, you'll probably encounter the problem.
There is a lot of ajax and JSON stuff going on under the hood and I'm wondering if that has any bearing on the problem.
Would appreciate advice from anyone who may have solved a similar issue in the past.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已解决:Hostgator 表示这实际上是 IIS 中的一项安全设置,旨在阻止网站上的 DDOS 攻击。作为一名开发人员,我经常使用 CTRL-F5。普通用户不会。
完整错误:
HTTP 错误 403.502 - 禁止
您正在浏览的 IP 地址不允许访问所请求的网站,因为它在短时间内发出了太多请求。
Resolved: Hostgator says this is actually a security setting in IIS to attempt to prevent DDOS attacks on the website. A a developer, I use CTRL-F5 a lot. A normal user would not.
Full error:
HTTP Error 403.502 - Forbidden
The IP address from which you are browsing is not permitted to access the requested Web site because it has made too many requests over short period of time.
打开 IIS 管理器。
转到您的网站。
转至功能/IP 地址和域限制/动态 IP 限制设置
取消选中复选框,或根据需要更改值< /p>
Open IIS Manager.
Go to your website.
Go to Features/IP Address and Domain Restrictions/Dynamic IP Restriction Settings
Uncheck the boxes, or change the values, as needed