无法建立连接,因为目标计算机主动拒绝它xxx.xx.xx.xx:443 [英] No connection could be made because the target machine actively refused it xxx.xx.xx.xx:443

查看:129
本文介绍了无法建立连接,因为目标计算机主动拒绝它xxx.xx.xx.xx:443的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨Fellas,



造成这个错误的原因是什么:



没有连接可以因为目标机器主动拒绝了它xxx.xx.xx.xx:443



我正在使用asmx网络服务,



Hi Fellas,

what would be the cause of this error:

No connection could be made because the target machine actively refused it xxx.xx.xx.xx:443

i'm using asmx web service,

WebResponse objResponse;
WebRequest objRequest;
objRequest = System.Net.HttpWebRequest.Create(url);
objRequest.Proxy.Credentials = CredentialCache.DefaultCredentials;
objResponse = objRequest.GetResponse();





为您的专长guyz! :)



谢谢!



for your expertise guyz! :)

Thanks!

推荐答案

检查以下答案

无法建立连接,因为目标机器主动拒绝它127.0.0.1:25 [ ^ ]

[ ^ ]
check below answers
No connection could be made because the target machine actively refused it 127.0.0.1:25[^]
No connection could be made because the target machine actively refused it?[^]


最后有人解决了这个问题,感谢这个链接

http://stackoverflow.com/questions/7386452/add-web-service-reference-from-behind-a-proxy -server [ ^ ]归功于以色列Margulies先生!!
Finally some one solved this problem, thanks to this link
http://stackoverflow.com/questions/7386452/add-web-service-reference-from-behind-a-proxy-server[^] credits to sir Israel Margulies!!


这篇关于无法建立连接,因为目标计算机主动拒绝它xxx.xx.xx.xx:443的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆