Windows XP 在本地网络中的 IIS 中公开网站

发布于 2024-09-10 04:09:13 字数 227 浏览 3 评论 0原文

如何将我的网站公开给本地网络中的其他电脑?假设我的计算机名称是 CompTest,我可以通过 http://Comptest/http://localhost 访问我自己计算机中部署在 IIS 中的网站/。我需要设置什么才能让本地网络中的其他计算机可以访问 http://CompTest/ 吗?就在本地网络内。

how can I expose my Website to other PC's in my local network? Say I my computer name is CompTest and I can access my websites deployed in IIS in my own machine in http://Comptest/ and http://localhost/. Is there anything I need to set so other computers in my local network can access http://CompTest/? Just within local network.

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

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

发布评论

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

评论(2

凉世弥音 2024-09-17 04:09:13

您需要通过 Windows 防火墙(在控制面板中)启用基于 TCP 的 HTTP(端口 80)。

You need to enable HTTP (port 80) over TCP through the Windows Firewall (in the Control Panel).

凡尘雨 2024-09-17 04:09:13

尝试使用您的 IP 地址而不是主机名。例如 http://[ip 地址]:[端口号]/[站点名称]。供您参考http 端口是 80。还可以

  • 禁用防火墙
  • 使用静态IP

我希望这对你有帮助

try using your ip address rather the your host name. like http://[ip address]:[port no]/[site name]. for your info http port is 80. also do

  • disable firewall
  • use static ip

i hope this will help you

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