【发布时间】:2013-02-13 10:56:59
【问题描述】:
我目前在我的 IIS 7 服务器上托管了两个网站。每个网站都有自己的主机名,但共享相同的端口 (80)。
一切都在本地运行良好以访问这两个网站:
站点 #1: http://localhost/ -> http://arcadiastudio.ch
站点 #2: http://webService.ch/
但从外部我无法访问托管在同一端口上的第二个网站。我不知道该在 URL 中输入什么:
站点 #2: http://arcadiastudio.ch/??
这是我的主机文件中的内容:
127.0.0.1 localhost
127.0.0.1 webService.ch
::1 localhost
【问题讨论】:
标签: iis iis-7 webserver hosting windows-server-2008