【发布时间】:2010-05-21 08:55:13
【问题描述】:
我在本地机器上运行了一个开发网站,我可以通过输入地址 http://mycomputer.mynetwork.local/myapp/default.aspx 在本地访问它,但是当其他人尝试浏览它时,他们会收到错误:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
我使用的是 IIS7、ASP.NET 3.5 并且应用程序是预编译的。
有什么提示吗?
【问题讨论】:
-
您是否尝试过从另一台机器 ping 您的机器。
-
听起来像是防火墙问题或类似问题。您可能会在服务器故障方面获得更好的帮助。