asp.net - Why does IIS7 take a long time -
it looks likes if don't visit low traffic site day, takes long time first page load. believe it's because iis7 shuts down application when receives no requests length of time.
how can stop happening?
i have dedicated server have access required change things in iis
there 2 ways can handle this.
modify "idle timeout" value within application pool. default shutdown application if there no requests 20 minutes
if using asp.net 4.0 can use new auto-start behavior keep app "always running" can see blog post examples on how configure it.
Comments
Post a Comment