WebClient timeout error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an error that is only appearing on one server and am trying to find
out what the cause is. Basically it is requesting a file from a url and uses
the WebClient.DownloadFile() method. This works fine on the dev server but
on staging I recieve a System.Net.WebException "The operation has timed-out."

I can access the image through IE on the same server. Does anyone know what
could be causing it to timeout?

Thanks,

J Mon
 
J said:
I have an error that is only appearing on one server and am trying to
find out what the cause is. Basically it is requesting a file from a
url and uses the WebClient.DownloadFile() method. This works fine on
the dev server but on staging I recieve a System.Net.WebException
"The operation has timed-out."

I can access the image through IE on the same server. Does anyone
know what could be causing it to timeout?

A firewall for example. Can you get any web content from that host on
port 80?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top