asp.net - Does an HttpHandler require an aspnet_isapi.dll mapping -


if configure (via web.config) httphandler handle .gif requests specific folder, absolutely essential me map .gif requests aspnet_isapi.dll in iis?

is there other way of ensuring .gif http request handled aspnet_isapi.dll?

i have server configured virtual dir contained .gif->aspnet_isapi.dll mapping has been deleted, .gif requests still being passed handler. know how might being done, , setting might lurking?

thanks

the mapping required otherwise iis never send request asp.net , handler never have chance process request.

there no other way know of. have let iis know @ point has handle file type.

to remove, can follow instructions @ http://msdn.microsoft.com/en-us/library/bb515343.aspx delete rather add extension mapping.

also check not have wildcard mapping in there well.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -