msxml3.dll error ‘80072efd’
A connection with the server could not be established
下面的代码出错
dim xmlhttp,blnLoadXml
set xmlhttp = server.Createobject(“MSXML2.ServerXMLHTTP”)
xmlhttp.Open “POST”,dhb133 & “/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 dhb133就好了
说白了就是自己不能访问自己