Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML, Operation timed out

Status
Not open for further replies.

jslmvl

Vendor
Jan 26, 2008
268
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top