Hi,
I run aaaaa.asp:
Set xml = Server.CreateObject("Msxml2.ServerXMLHTTP")
url = "xml.Open "GET", url, False
xml.Send
......
and got error message:
msxml3.dll error '80072ee2'
The operation timed out
aaaaa.asp, line 10 (line 10 is "xml.Send" in above code)
Afer got that error, I run aaaaa.asp again without changing anything, it was running well this time. However a while later, the story happened again!
Can you guess why? What I was missing?
I run aaaaa.asp:
Set xml = Server.CreateObject("Msxml2.ServerXMLHTTP")
url = "xml.Open "GET", url, False
xml.Send
......
and got error message:
msxml3.dll error '80072ee2'
The operation timed out
aaaaa.asp, line 10 (line 10 is "xml.Send" in above code)
Afer got that error, I run aaaaa.asp again without changing anything, it was running well this time. However a while later, the story happened again!
Can you guess why? What I was missing?