M
Morgan Cheng
I have one webservice A calling another webserivce B. B is time
costing and sometimes the response takes more than 160 seconds. A is
supposed to be Thread.Abort in 90 seconds. However, the 90 seconds
time limit doesn't work. It only get "The operation has timed out"
WebException from calling B afte 100 seconds.
I checked IIS6 Manager, Properties->Home Directory->Configuration-
And, there is no "Server.ScriptTimeout" setting in code. I am curious
why 90 seconds doesn't work.
costing and sometimes the response takes more than 160 seconds. A is
supposed to be Thread.Abort in 90 seconds. However, the 90 seconds
time limit doesn't work. It only get "The operation has timed out"
WebException from calling B afte 100 seconds.
I checked IIS6 Manager, Properties->Home Directory->Configuration-
webservice is written in C#. Does it matter?Options. The ASP script timeout is 90 seconds as default. The
And, there is no "Server.ScriptTimeout" setting in code. I am curious
why 90 seconds doesn't work.