码迷,mamicode.com
首页 > Windows程序 > 详细

the remote name could not be resolved: 'api.weixin.qq.com'

时间:2019-08-29 16:31:50      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:配置   访问   现在   代理配置   ESS   config文件   http   sys   com   

处理微信公众号时发现的错误,困扰了好几天,终于发现时DNS配置的问题

若无法使用可以使用ping命令查看是否网络原因无法访问地址

从网上查看的其他处理方式:

网站如果绑定了代理ip,内部跳转的时候,就会报The remote name could not be resolved错误,这个错误很难排查,网上也没有多少可参考的例子

现在记录下解决方法,以备参考:

方法就是在webconfig文件里面添加代理配置:

<system.net>
<defaultProxy>
<proxy usesystemdefault="True" proxyaddress="http://x.x.x.x:80" bypassonlocal="True"/>
</defaultProxy>
</system.net>

the remote name could not be resolved: 'api.weixin.qq.com'

标签:配置   访问   现在   代理配置   ESS   config文件   http   sys   com   

原文地址:https://www.cnblogs.com/bingbing-liuyue/p/11429849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!