Error on opening ASP website

Posted by user288604 on Stack Overflow See other posts from Stack Overflow or by user288604
Published on 2010-03-08T08:47:01Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 310

Filed under:
|
|

Dear all

We changed the server of our ASP website and in new setting browsing the website returns this error:

msxml3.dll error '80072ee2'

The operation timed out

/error404.asp, line 41 This is lines that I think returns error: Set XML=Server.CreateObject("Msxml2.ServerXMLHTTP.3.0") XML.SetOption 2,13056 XML.SetTimeouts 90000, 90000, 90000, 90000 XML.Open "POST", website &"/catalog/page.asp?id="& R("CTLMtree_id") &"&rnd="& rnd(), False XML.Send(Request.Form) Response.Write XML.ResponseTExt Set XML=Nothing

© Stack Overflow or respective owner

Related posts about asp

Related posts about iis6