Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set IIS ARR request timeout time?

Tags:

iis

iis-8

arr

I want to decrease the timeout time when my ARR server request to back-end server. In IIS settings interface, I cannot find any ARR settings configuration except for ARR cache.

Here is the only related information that I found:

"So in this case we can clearly see that the ARR timeout was shorter than the execution of the request. Therefore, you would want to investigate whether this execution time was normal or whether you would need to look at why the request was taking longer than expected. If this execution time was expected and normal, increasing the ARR timeout should resolve the error."

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

like image 940
JohnnyLiao Avatar asked Oct 28 '13 03:10

JohnnyLiao


1 Answers

To change the Server Farm Proxy timeout in IIS 8:

  1. Click on your Server Farm in IIS.
  2. Open Proxy.
  3. Change Time-out value.
  4. Click Apply.
like image 147
Luc Gauthier Avatar answered Dec 15 '22 09:12

Luc Gauthier