Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的本地电脑(IIS)中设置了一个网站。我可以使用我的计算机使用“http://localhost:8088”和“http://myip:8088”访问该站点,但我无法从网络中的另一台计算机访问该站点。谁能告诉我我该怎么做??
如果您的 PC 在域中,您需要在位于另一台 PC的hosts文件中添加您的 PC 的名称/网络名称和 IP。C:\Windows\System32\drivers\etc还要确保在远程 PC 上打开的端口8080可用。如果 ICMP 数据包关闭,请确保另一台 PC 可以 ping 您的 PC 或至少连接到它。对于域中的多台 PC,我建议正确设置 DNS 和 IIS 设置,以便将您的 PC 暴露给所有人。
C:\Windows\System32\drivers\etc