服务器 - Windows 2K8/IIS7/ColdFusion 抛出间歇性 403 错误

发布于 2024-11-02 03:48:28 字数 429 浏览 1 评论 0原文

我们刚刚在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岛歌少女 2024-11-09 03:48:28

已解决: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.

岁月如刀 2024-11-09 03:48:28
  1. 打开 IIS 管理器。

  2. 转到您的网站。

  3. 转至功能/IP 地址和域限制/动态 IP 限制设置

  4. 取消选中复选框,或根据需要更改值< /p>

在此处输入图像描述

  1. Open IIS Manager.

  2. Go to your website.

  3. Go to Features/IP Address and Domain Restrictions/Dynamic IP Restriction Settings

  4. Uncheck the boxes, or change the values, as needed

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文