I have an application in an application pool that's running in integrated mode. I have added a handler to system.web > httpHandlers and I kept getting a 404 result. So I enabled failed request tracing and in the request details I see multiple entires like this:
HANDLER_PRECONDITION_NOT_MATCH Name: PageHandlerFactory-ISAPI-2.0 Precondition classicMode,runtimeVersionv2.0,bitness32
The precondition always seems to be classicMode. Why is IIS 7 trying to match the request to these handlers when the application pool is running in integrated mode?
Thanks!
