From: Deepak on
I am facing an issue with IIS, specifically TerminateFilter. We have
TerminateFilter method exposed via a DLL and have added that as an ISAPI
filter to IIS. From different resources, I understand that TerminateFilter
will be called anytime IIS is shutdown/recycled. However, we see that in
some cases IIS shutdown/recycle is not triggering TerminateFilter. Would
like to understand if there are some specific settings that can cause
TerminateFilter not to be called during IIS shutdown/recycle.