> I have a web service that has a method that takes a fair amount of time to
> complete. One of my clients is stating that they are getting a timeout
[quoted text clipped - 19 lines]
> I need to be able to reproduce a timeout in order to test the effects of the
> timeout on my application code...
Make sure you have <compilation debug="false"/> in Web.config. The
executionTimeout value is ignored if you are compiling in debug mode.
Regards,
Sami
David M. Nolf - 02 Sep 2004 22:18 GMT
Sami,
I do have it set as false. That is the odd thing, I have tried
everything...
Dave
> > I have a web service that has a method that takes a fair amount of time to
> > complete. One of my clients is stating that they are getting a timeout
[quoted text clipped - 27 lines]
> Regards,
> Sami