J
Joel Zhou
We are running IIS 6 on Win2003, with .Net 1.1. I have a client that
talks to my Web Service. The Web Service call is pretty lengthy (can
take more than a few minutes to complete).
I noticed when the web service call takes more than ~180 seconds to
complete, the client will get the above exception. I tried calling
both synchronously and asynchronously call and they both failed with
the same error.
If I increase the "Connection timeout" in the IIS Manager for the web
site, I can increase the time before the client will get the
exception. However, I don't expect the IIS to timeout my client
connection since the client is waiting for the server to complete the
call. I set the client side timeout to a huge number (int.MaxValue). I
tried WinXP with .Net 1.1 and I didn't have this error.
I tried Q819450 but it didn't help. I cannot turn off Keep-alives
because I use Integrated Windows Authentication.
Anyone know what might be the problem here?
Thanks,
Joel
talks to my Web Service. The Web Service call is pretty lengthy (can
take more than a few minutes to complete).
I noticed when the web service call takes more than ~180 seconds to
complete, the client will get the above exception. I tried calling
both synchronously and asynchronously call and they both failed with
the same error.
If I increase the "Connection timeout" in the IIS Manager for the web
site, I can increase the time before the client will get the
exception. However, I don't expect the IIS to timeout my client
connection since the client is waiting for the server to complete the
call. I set the client side timeout to a huge number (int.MaxValue). I
tried WinXP with .Net 1.1 and I didn't have this error.
I tried Q819450 but it didn't help. I cannot turn off Keep-alives
because I use Integrated Windows Authentication.
Anyone know what might be the problem here?
Thanks,
Joel