iis 7.5 - IIS 7.5: Initial request to website never gets loaded -


when browse website first time, internet keeps spinning/loading. if 2 seconds later try load again, works fine.

it's it's "sleeping".

i think must have "recycling". have set "idle time-out" 0 , recycling "regular time interval" 0.

before browse website, take @ "worker process" , says app pool process running.

any idea why website "falls asleep"?

thanks! mojo

your asp.net pages compiled first time requested (see "understanding asp.net dynamic compilation"). might issue why first request takes long.

to avoid that, can precompile asp.net application:


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -