Ver Mensaje Individual
  #8 (permalink)  
Antiguo 30/12/2004, 10:48
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 22 años
Puntos: 0
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?