Hi,
We host asp and asp.net pages on a same virtual directory on win server 2003. All was working fine until yesterday. That we started receiving the below error on accessing the .asp pages -
msxml3.dll error '80072ee2'
The operation timed out
/LM/W3SVC/1/ROOT/global.asa, line 66
Searched on internet for this error, but everyone is pointing to file opening error with
set xmlhttp = server.CreateObject("MSXML2.ServerXMLHTTP") ,
I tried creating a new .asp file with just - Hello World and even that is not working. IIS is for some reason not able to process .ASP files. However, on the same IIS a different
Web site is working fine (with .asp pages).
Please advise
Thanks
Sai