He probado el codigo pero obtengo un error:
Si uso:
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
El error es:
msxml3.dll error '800c0008'
The download of the specified resource has failed.
Si uso:
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
El error es:
msxml3.dll error '80072ee2'
The operation timed out
He intentado con este error cambiar el Session.Timeout con un valor alto, pero sigue apareciendo.
¿Alguna idea?