I'm trying to get IIS not to flush cached data, so that the loading of the pages after a period without requests can be faster. SO far I've tried this, but with any success:
- define an infinite time for the "Object Cache TTL" property;
- unchecked on IIS (version 6.0) the option "Recycle worker processes";
- unchecked on IIS the option "Shutdown worker processes after being idle..";
- set cache ActivityPeriod as "0".
What could I be missing? Is there something that is forcing cache to be flushed after some time idle?