We have a web service which might take a longer time to execute. We have a
requirement that if it does not send the response within 1 minute, it should
timeout i.e it should close the connection so that client no longer waits for
a response.
We are using IIS 6.0 on Win2k3. We have tried the following options but does
not seem to work:
1) Set the 'Connection Timeout' on IIS to 60 seconds
2) We also tried using the 'executionTimeo ut' property of httpruntime
element in web.config of web service but it does not seem to help.
Am I doing something wrong somewhere? What are the other options available?
Thanks in advance,
Sachin
requirement that if it does not send the response within 1 minute, it should
timeout i.e it should close the connection so that client no longer waits for
a response.
We are using IIS 6.0 on Win2k3. We have tried the following options but does
not seem to work:
1) Set the 'Connection Timeout' on IIS to 60 seconds
2) We also tried using the 'executionTimeo ut' property of httpruntime
element in web.config of web service but it does not seem to help.
Am I doing something wrong somewhere? What are the other options available?
Thanks in advance,
Sachin