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

Re: Application resets after a few minutes of activity. by Tom

Tom
Tue May 02 12:03:43 CDT 2006

<anupa@atinet.com> wrote in message
news:1146588439.685399.35460@j33g2000cwa.googlegroups.com...
> 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.

Do you have antivirus on that machine? If so, exclude the web root
structure and see if that helps?

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS



Re: Application resets after a few minutes of activity. by anupa

anupa
Thu May 04 11:52:41 CDT 2006

Thanks Tom,
I tried on a different machine with no Anti Virus and it works fine. I
tried disabling the anti virus but it did not seem to help. There must
be something else on that machine causing the problem.
Thanks