Does an HttpHandler require an aspnet_isapi.dll mapping
Posted
by DEH
on Stack Overflow
See other posts from Stack Overflow
or by DEH
Published on 2010-04-28T19:46:36Z
Indexed on
2010/04/28
20:07 UTC
Read the original article
Hit count: 250
Hi,
If I configure (via web.config) an httphandler to handle all .gif requests for a specific folder, is it absolutely essential for me to map .gif requests to aspnet_isapi.dll in IIS?
Is there any other way of ensuring that the .gif http request will be handled by aspnet_isapi.dll?
I have a server configured where the virtual dir that contained the .gif->aspnet_isapi.dll mapping has been deleted, but the .gif requests are still being passed to the handler. Anyone know how this might be being done, and where the setting might be lurking?
Thanks
© Stack Overflow or respective owner