Prev: different system message when viewing iis7 internally and external
Next: Outlook Web Access not redirecting to second server
From: Deepak on 15 Mar 2010 10:19 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. |