Application restart

  • Thread starter Thread starter mike C.
  • Start date Start date
M

mike C.

Hello Everyone,

I have a ASPNET application which does some file operation under application
folder. Sometime this file operation causes the application restarts, all
sessions are lost. I found some description in VS help:

"An application restart can occur because of changes to the Web.config file,
changes to assemblies stored in the application's \bin directory, or too
many changes in Web Forms pages."

My question is, is there any way to stop IIS check for web form pages
changes?

Thanks

Mike
 
Hi,

1) The aspnet_wp can be recycled if one on of the attributes set in
ProcessModel section (machine.config) come true.

2) As far as I know restarting web application due to the reasons that
you supply cant be change.

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
 
Back
Top