如何在 IIS 6.0 中托管多个 asp.net 站点

发布于 2024-12-03 05:44:29 字数 52 浏览 3 评论 0原文

如何在 IIS 6.0 中配置两个 asp.net 站点以便通过 Internet 访问?

How I can configure two asp.net sites in IIS 6.0 to be accessible through internet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

木有鱼丸 2024-12-10 05:44:29

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.

岁月如刀 2024-12-10 05:44:29

创建具有 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

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