Solution to msxml3.dll error ‘80072efd’

msxml3.dll error ‘80072efd’

A connection with the server could not be established
The code below
is incorrect

dim XMLHTTP blnLoadXml

set XMLHTTP = server.createobject (” msxml2.serverhttp “)

XMLHTTP. Open “POST”, dhb133 & amp; “/ index. Asp”, false
.
XMLHTTP setRequestHeader “content-type”, “application/x – WWW – form – urlencoded”

XMLHTTP. Send objDom. XML

this error is because dhb133/index.asp cannot be reached.

should be a firewall problem.

what I encountered was that the machine could not be submitted. Because it was placed in the mobile computer room, it was shielded by the computer room firewall, so I could not access my own IP of the external network.

add 127.0.0.1 dhb133 to host

Reproduced in: https://www.cnblogs.com/dhb133/archive/2008/08/26/1276784.html

Read More: