9

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?

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
JohnnyLiao
  • 443
  • 2
  • 9
  • 18

3 Answers3

22

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.
Luc Gauthier
  • 581
  • 4
  • 10
3

From what I know from here, we can change the default timeout of 30 seconds as mentioned at the end of the post.

Not sure if this can help for IIS 8.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
  • 1
    Thanks for posting your answer! Please note that you should post the essential parts of the answer here, on this site, or your post risks being deleted [See the FAQ where it mentions answers that are 'barely more than a link'.](http://stackoverflow.com/faq#deletion) You may still include the link if you wish, but only as a 'reference'. The answer should stand on its own without needing the link. – Taryn Dec 11 '13 at 11:19
  • 1
    Sorry for missing that out, this was my first answer posted and I was also not sure if this post will also help the person questioning or not as it was not for IIS 8. Will take care of it next time :) – Pranav Shah Dec 12 '13 at 12:40
  • 1
    dead link - may want to revise – Jamie Jun 08 '21 at 17:56
0

in the IIS below the Sites, find your site and right click on it then open: Manage Website > Advance Settings...

on that window find: Behaivior > Limits > Connection Time-out

enter image description here