Cuando pongo la linea:
Set objXML = Server.CreateObject ("Microsoft.XMLHTTP")
me sale este error
--
Server object error 'ASP 0177 : 800c0005'
Server.CreateObject Failed
/busa2002/vgarayerror.asp, line 27
The operation completed successfully
----
si habilito esta linea
Set objXML = Server.CreateObject ("MSXML2.ServerXMLHTTP")
el error es este
--
msxml4.dll error '80072efd'
No se ha podido establecer una conexión con el servidor
/busa2002/vgarayerror.asp, line 27
--------
si habilito
Set objXML = Server.CreateObject ("MSXML2.XMLHTTP.3.0")
me sale este error
Server object error 'ASP 0177 : 800c0005'
Server.CreateObject Failed
/busa2002/vgarayerror.asp, line 27
The operation completed successfully.
-----
y si habilito:
Set objXML = Server.CreateObject ("MSXML2.XMLHTTP.4.0")
el error es:
Server object error 'ASP 0177 : 800c0005'
Server.CreateObject Failed
/busa2002/vgarayerror.asp, line 27
The operation completed successfully
--------
no se que hacer ya probe todos cual podra ser el problema
help me please

:( :(
Hercules