Search code examples
asp.net.netwcfiistimeout

IIS request failed after 15 minutes


I am encountering a problem with request done to a WCF application hosted in IIS 8.5. The problem is that request fails after exactly 15 minutes (every time), but the thread continues to work behind the scenes (finishes the invoked action after 15 minutes).

The test we have done a through a web application that connects to WCF service and also using the WcfTestClient.exe, the result is the same.

We have checked all the configurations in IIS and nothing points to 15 minutes timeout. Service binding has more than 15 minutes for receiveTimeout and sendTimeout.

Has anyone encounter this problem? We can't find the cause of this behavior.

Thank you


Solution

  • In the end it was a configuration on a proxy server that was in front of the IIS server. It had a timeout setting of 15 minutes.