I need to determine WHY the application pool is being recycled. (its for obvious reason)
Is there a way to define this inside the application_end subdirectory in the global.asax file?
I added some master notes, so I know WHEN it closes, but I canβt understand why.
(and its nothing obvious ... It seems that every pair of requests causes the application to end. I turned off all the usual reasons for reuse, such as timeouts, memory checks, etc. etc. etc. .d. The same code works fine on another server, so I'm sure that something is wrong with this setting, but what? ...)
source share