IIS无法通过域访问页面

IIS cannot access page through domain

我已经成功发布了一个网站(whatever.com),除服务器本身外,全球用户都可以访问它。

如果我在服务器的浏览器中输入域(whatever.com),它会显示"This page can't be displayed."

我该如何解决才能让我通过服务器的浏览器访问该页面?

其他信息:

  1. 其他计算机的用户可以访问我的页面。

  2. Localhost(http://localhost/) works in the server's browser but domain(http://whatever.com/) 没有。

  3. 端口 80 已打开。

确保域 "whatever.com" 在 IIS 网站的绑定列表中。

您的服务器可能存在 DNS 问题,您可以在服务器的主机 (C:\Windows\System32\drivers\etc\hosts) 文件中手动映射 "whaterver.com" 域,方法是附加以下行:

127.0.0.1     whatever.com