G
Guest
I have now confirmed that my application level objects are being killed
during worker process “recycleâ€. I was going to write some code to re-create
these objects at the Application_Start event however that event doesn’t fire
until the next request to the web site. The trouble here is that I need those
applications alive regardless of visits because they contain email timers.
It’s fine to lose it them for a few minutes but all weekend can really screw
things up.
So, from the Application_End even what is the best way to ‘re-start’ the
application because I noticed there is not a Application.Start method.
Thanks
during worker process “recycleâ€. I was going to write some code to re-create
these objects at the Application_Start event however that event doesn’t fire
until the next request to the web site. The trouble here is that I need those
applications alive regardless of visits because they contain email timers.
It’s fine to lose it them for a few minutes but all weekend can really screw
things up.
So, from the Application_End even what is the best way to ‘re-start’ the
application because I noticed there is not a Application.Start method.
Thanks