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

HttpWebRequest 出错

程序代码如下:
 HttpWebRequest request = (HttpWebRequest)WebRequest.Create 
   ("http://www.contoso.com/default.html");
 HttpWebResponse response = (HttpWebResponse)request.GetResponse();

错误信息:
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 proxy name could not be resolved: 'naproxy'

我在win2000 vs2005 中运行很好 但是放到一台 win2003的服务器上会出现如上错误,
是不是需要什么设置,请帮忙看看是怎么回事,谢谢! --------------------编程问答-------------------- 我也遇到相样的问题,不知道怎样解决,问题解决后分享一下!谢谢,顶 --------------------编程问答-------------------- 可能是你的网站里用了什么dll,是这个dll引起的。
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,