【发布时间】:2016-03-22 14:33:33
【问题描述】:
我在 Visual Studio 2015 中有一个 Web 应用程序项目。我在本地 iis 上使用http://localhost/WebApplication1 URL 构建了它。我可以使用上面的 url 从我的计算机访问该项目,但我无法从我直接连接到此的另一台计算机访问。
我检查了这些:
1.I can share folders from these computers.
2.I make a rule in firewall for port 80 inbound
3.I checked vs debug remote allowed in firewall
4.I checked "ping localhost" and it received ping
我使用带有 iis express 6 的 windows 10
【问题讨论】:
-
你可以使用 http://[machinename]/WebApplication1 或 http://[IP_of_machine]/WebApplication1
-
也为我解决了同样的问题,谢谢!
标签: asp.net visual-studio iis