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