ISAPI Module Crashing on Application Pool Shutdown
Posted by: Rick Strahls WebLog,
on 22 Aug 2008 |
View original | Bookmarked: 0 time(s)
So I have an odd issue with an ISAPI DLL that one of my products uses. The ISAPI interface provides a gateway interface to application servers and the actual module itself works fine without any problems. The problem is that the module is apparently crashing occasionally when the Application Pool is shutting down, but it's crashing after any of the DLL code has long stopped running. However, on IIS7 (and in some cases on IIS6 as well), the ISAPI module is causing crashes that are showing up in the...