How to set IIS ARR request timeout?

I want to reduce the timeout time when my ARR server requests a server. In the IIS Interface settings, I can not find the configuration of the ARR settings, except for the ARR cache.

Here is the only related information I found.

http://www.iis.net/learn/extensions/troubleshooting-application-request-routing/troubleshooting-502-errors-in-arr

“So, in this case, we can clearly see that the ARR timeout was shorter than the execution of the request. So you would like to find out if this runtime was normal, or you will need to see why the request was than expected. If it is runtime was expected and normal, increasing the ARR timeout should fix the error.

As stated above, I can increase the ARR time. Who knows where to install it?

+4
source share
2 answers

To change the server farm proxy timeout in IIS 8:

  • Click on your server farm in IIS.
  • Open proxy.
  • Change the timeout value.
  • Click "Apply."
+8
source

From what I know from here: http://masteringlync.com/2013/02/12/using-iis-application-request-routing-arr-as-a-tmg-replacement/

We can change the default timeout to 30 seconds, as indicated at the end of the message.

Not sure if this can help for IIS 8. :)

0
source

All Articles