vote up 1 vote down star
1

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!

flag

74% accept rate

1 Answer

vote up 0 vote down

Your HttpHandler should actually be configured in the <system.webServer/> section of your web.config file.

link|flag
I know that now, but it doesn't explain the request trace. – michielvoo Oct 23 at 6:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.