msxml3.dll error ‘80072efd’与msxml3.dll 错误 ‘800c0005’一样的解决方法
A connection with the server could not be established
下面的代码出错
dim xmlhttp,blnLoadXml
set xmlhttp = server.Createobject(“MSXML2.ServerXMLHTTP”)
xmlhttp.Open “POST”,http://www.xxx.com/api/ & “/index.asp”,false
xmlhttp.setRequestHeader “Content-Type”,”application/x-www-form-urlencoded”
xmlhttp.send objDom.xml
这个错误是因为不能到达dhb133/index.asp。
应该是防火墙问题。
我遇到的是本机不能提交,由于是放到自己单位机房,被机房防火墙屏蔽,导致自己不能访问自己的外网ip。
在host里加上127.0.0.1 www.xxx.com就好了
评论前必须登录!
注册