Hi,
I have an ASP application running on IIS 6.0. Every few minutes the
application seems to unload itself and the Application_OnStart function
is called. This causes the application to lose all the information
stored in the application variables.
I am using the default application pool settings which should recycle
every 29 hours and time-out after 20 minutes of idleness. but for me it
seems to recyle after just a few minutes of activity.
Thanks