msxml3.dll error '80072efd' 错误的解决办法

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就好了

posted on 2008-08-26 16:19  dhb133  阅读(4066)  评论(1)    收藏  举报

导航