【发布时间】:2010-12-02 07:09:41
【问题描述】:
我有一个 ASP.NET Web 应用程序和一个供 Web 应用程序使用的 .NET Web 服务。这些应用程序托管在我没有远程 shell 访问权限的远程服务器上。当 Web 应用程序调用 Web 服务中的 Web 方法时,我收到以下错误消息:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Server_IP_Address:80
奇怪的是我并不总是得到这个错误。它间歇性地工作,如果我通过vTunnel(代理)访问该网站,它就可以工作。
如果我通过调用远程服务器上的 web 方法从 Visual Studio 2008 测试网站,它也可以工作。
远程服务器是使用 IIS 7 的 Windows Server 2008 实例。Web 应用程序和 Web 服务是用 .NET 3.5 编写的。
【问题讨论】:
-
我遇到了一个非常相似的问题,你有没有找到答案?我在虚拟机(远程位置)中使用 2008/IIS7 托管服务器
标签: c# .net asp.net web-services iis-7