【发布时间】:2010-10-27 23:35:48
【问题描述】:
当我尝试从 ASP.NET Web 应用程序调用 ASP.NET 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 [IP Address removed]:80
当我从本地计算机上的 Web 应用程序调用 Farm 上的 Web 服务时,或者当我从 Farm 上的 Web 应用程序调用本地计算机上的 Web 服务时,不会发生此错误。
知道为什么会发生此错误吗?
【问题讨论】:
-
在尝试访问调用它的 Web 应用程序持有的某些共享状态(会话状态等)时,Web 服务是否会阻塞和超时?
标签: asp.net web-services web-applications load-balancing web-farm