HttpHandler problem

Discussion in 'ASP.NET / ASP.NET Core' started by Pixamus, Nov 3, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I am having problems with my httphandler on your server which works fine on mine. I use the handler to generate resized images on the fly in a content management site http://www.carlojewellers.com/ourrange.aspx . I have compiled the httphandler in a separate assembly and pasted the .dll in my bin folder. On my machine, I had to configure IIS to map the .jpg extension to the asp.net engine (aspnet_isapi.dll) and added in the necessary code in my web.config. I was not able to map to aspnet_isapi.dll on your configuration panel. Is this automatically configured or is there another way to get the handler to work?

    Cheers,
    Pix /emoticons/smhair.gif
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page