iis 7 - Having jpg and gif handled by IsapiModule in IIS7 -


I am struggling to process requests for JPG and JFs to my HTTP handler.

I went to the handler mappings of the website and added the following line:

  path: * .jpg, *. Gif state: enabled path type: unspecified (I have also tried to set this file) Handler: IsapiModule Entry Type: Local  

Running through Visual Studio works So, I know that this is not my code, it works on IIS 6.

I have tried to set the app in both classic and unified mode.

The web here. The appropriate handler mapping specified in the config:

   I fixed it by clearing the handlers with web.config, then adding it manually. Using IIS: [Handler Mapping] -> [Add Managed Handler] 

I'm not sure what the difference is, because the web Config looks much like I did before, but it works now.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -