Unexpected application pool recycling, why?

kidzior

New Member
I know that there are several posts about this, but I have a different scenario. In my case, I disabled all the options that are in the IIS to recycle the application pool
  • in minutes,
  • in requests,
  • at certain time,
  • by memory, virtual and used.
There are no changes to the following files that could cause the app pool to recycle:
  • Web.config,
  • Machine.config,
  • Global.asax,
  • Bin directory, and
  • App_Code
This happens when a Windows Forms application calls a lot of times to a web service hosted on my server - the application pool is recycled, and my Windows Forms application crashes because the web service is not available.Any ideas of what other thing causes an application pool to recycle?
 
Back
Top