如何在 IIS 6.0 中托管多个 asp.net 站点
如何在 IIS 6.0 中配置两个 asp.net 站点以便通过 Internet 访问?
How I can configure two asp.net sites in IIS 6.0 to be accessible through internet?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在
Windows 2003
上,IIS6
支持通过 UI 同时运行多个站点。您只需确保使用 主机头 运行它们,以避免绑定到时发生冲突同一个端口。On
Windows 2003
IIS6
supports multiple sites running simultaneously through the UI. You just have to make sure that you run them each with a host header to avoid conflicts when binding to the same port.创建具有 2 个不同 url/端口的 2 个站点,并确保在路由器/Windows 防火墙中打开端口 80
create 2 sites with 2 different urls/ports and make sure port 80 is opened in your router/windows firewall