当前位置:编程学习 > C#/ASP.NET >>

Server Error in '/' Application.

Server Error in '/' Application.
The remote name could not be resolved: 'webservice.webxml.com.cn' 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Net.WebException: The remote name could not be resolved: 'webservice.webxml.com.cn'

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[WebException: The remote name could not be resolved: 'webservice.webxml.com.cn']
   System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) +6022813
   System.Net.HttpWebRequest.GetRequestStream() +13
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +110
   PowerLabs.Plug.Api.Weather.WeatherWebService.getWeatherbyCityName(String theCityName) +107
   PowerLabs.Plug.Api.WeatherXml.setWeather() +80
   PowerLabs.Plug.Api.WeatherXml.StartWeather() +23
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) +68
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 

求助啊  --------------------编程问答-------------------- help you up!! --------------------编程问答-------------------- Web异常,
[WebException: The remote name could not be resolved: 'webservice.webxml.com.cn']

这个错误的意思是,无法解析识别远程的WebService名webservice.webxml.com.cn

你是调用网络上第三方的WS的?那样的话,你首先看看那个服务现在能否正常访问,有的可能不能访问的。

如果可以访问的话,那就看你引用该服务的时候,是不是WS的配置文件中是否包含端口号了,自己检查一下。 --------------------编程问答-------------------- 我以前也遇到过这个问题,本地运行没问题,后来发布到服务器的时候出现了这个错误
我解决方案是:到服务器上面把web.config文件里面的<compilation debug="true" targetFramework="4.0"> true改为false --------------------编程问答-------------------- 'http://webservice.webxml.com.cn'  
补充:.NET技术 ,  .NET Framework
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,