請問高手謝謝為什麽出這個問題呀。
在我用Web應用程序引用WebService的時候就出這個錯誤 。基础连接已经关闭: 无法连接到远程服务器。  但是在我用windows應用程序引用的時候就沒有出錯。 謝謝幫忙。
(以下是錯誤提示)
基础连接已经关闭: 无法连接到远程服务
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Net.WebException: 基础连接已经关闭: 无法连接到远程服务器。源错误: 
行 35:         [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/HelloWorld", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
行 36:         public string HelloWorld() {
行 37:             object[] results = this.Invoke("HelloWorld", new object[0]);
行 38:             return ((string)(results[0]));
行 39:         }