What is the minimum acceptible value for Idle Time-out(minutes) in IIS?

348 views Asked by At

Default value for Idle Time-out(minutes) is 20. I changed it to 2 minutes but my app domain is not getting unloaded even if I don't make any request for 3 minutes. Is there any limit for minimum value of Idle Time-out.

1

There are 1 answers

4
Wyatt Barnett On

If it is a public facing website many things could be requesting it even if you are not. That is a bad test. We set it at zero so it never gets unloaded, no real point in recycling for modern apps unless you have a known memory leak.