J
Jack Wright
Dear All,
I have observed that if I call a synchronous WebService from my
aspx page then even if I set oProxy.TimeOut = 1000, the WebService
thread execution is still running...
Since my WebService might run a big query that a client has written,
it eventually recycles my workerprocess...
How to I abort the WebService execution
I tried to set httpRuntime executionTimeout in my Web.Config and
Machine.config...
<httpRuntime executionTimeout="10" appRequestQueueLimit="2" />
but it did not work...
Could someone throw some light as to how to stop the execution of a
WebService thread after certain amount of time...
Thanks & Regards
Sunil
I have observed that if I call a synchronous WebService from my
aspx page then even if I set oProxy.TimeOut = 1000, the WebService
thread execution is still running...
Since my WebService might run a big query that a client has written,
it eventually recycles my workerprocess...
How to I abort the WebService execution
I tried to set httpRuntime executionTimeout in my Web.Config and
Machine.config...
<httpRuntime executionTimeout="10" appRequestQueueLimit="2" />
but it did not work...
Could someone throw some light as to how to stop the execution of a
WebService thread after certain amount of time...
Thanks & Regards
Sunil