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.

  1. modify "idle timeout" value within application pool. default shutdown application if there no requests 20 minutes

  2. 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

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -