WebService timed-out

  • Thread starter Thread starter Alex Cheng
  • Start date Start date
A

Alex Cheng

Hi there,

I'm calling a WebService that is in Web References. The funny is
sometimes it works and after calling serveral times. It generated the
following timed-out error:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.WebException: The operation has timed-out.
....
....

Does anyone know why?


Thanks,

Alex
 
Have you run it in debug mode to see why its timing out?

But -- more to the point -- you can set the http timeout value in
web.config -- if your process really runs that long.
 
The problem is it won't happen on my machine. It only happens to 1 or 2
external users. Any thought?

alex
 
Back
Top