在 iis 上托管 asp.net 时遇到问题

发布于 2024-08-03 08:00:14 字数 550 浏览 2 评论 0原文

我正在对我创建的 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

编辑:

我在 serverfault.com 上重复了这个问题

I'm doing some test hosting of an asp.net program I created

I can access it fine from the local machine (both debugging and pointing the virtual directory to it)

I can also access (local) by using the localhost or using the ip

however when i get on a different machine on the same network (i can ping my machine)

I get the following error:

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.

Does anyone have any idea what I'm doing wrong?

Crash893

EDIT:

I have duplicate this question on serverfault.com

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

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

发布评论

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

评论(1

无法言说的痛 2024-08-10 08:00:14

我通常会使用 Wireshark (或其他网络嗅探器)拍摄网络流量快照,然后查看发生了什么在电线上。将此与有效的网站进行比较。 Windows 防火墙、浏览器代理或某些其他网络软件可能有故障。

I would generally take a snapshot of the network traffic with Wireshark (or other network sniffer) and see what is happening on the wire. Compare this to a site that works. Windows firewall, a browser proxy, or some other network software may be at fault.

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