This isn't a huge problem, but ideally i'd like to sort it out if possible. I'm assuming it's just the site compiling.
My sites are running under Server 2008 on IIS7.
I have some areas setup that only I use, control panels for example, which are .NET websites. For the sake of this example, the page in question is setup as it's own site in IIS.
If I don't visit this particular site for a while, then the first time I hit the page in a while, it takes a while to load... is this just the site compiling?
Am I right in thinking that the setting in IIS that says to kill the worker process after it's been idle for x minutes is the key to changing this?
The setting i'm talking about is on the App Pool that the site runs in, and is called "Idle Time Out". The default is set to 20 minutes.
Would increasing this stop the above from happening? And/Or would Pre-compiling do the same?
I can't actually pre-compile what's in question as it's a third party product. Just asking out of curiosity really.