0

在我的 IIS 服务器上,我创建了一个 Web 应用程序并添加了两个绑定:

1. http 80 binding for www.mydomain.com
2. https 443 binding for www.mydomain.com

我只能访问,当我访问http://www.mydomain.com时,我遇到了这个问题:

403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

我怎么解决这个问题?

4

1 回答 1

1

我首先想到的是您的 ISP。一些 ISP 阻止端口 80 用于传入流量,因为他们不希望他们的客户在家中拥有自己的网站主机。

于 2012-07-11T12:18:23.390 回答