我正在做一些我创建的asp.net程序的测试托管
我可以从本地机器上访问它(调试并将虚拟目录指向它)
我也可以使用localhost或使用ip
访问(本地)然而,当我在同一个网络上的另一台机器上(我可以ping我的机器)
我收到以下错误:
Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.
有谁知道我做错了什么?
Crash893
编辑:
答案 0 :(得分:0)
我通常会使用Wireshark(或其他网络嗅探器)拍摄网络流量的快照,然后查看线路上发生的情况。将其与有效的网站进行比较。 Windows防火墙,浏览器代理或其他一些网络软件可能有问题。