Custom HTTP Handlers

Discussion in 'ASP.NET 2.0' started by rolandrodriguez, Mar 16, 2006.

  1. Hi,

    Am I able to register my own http handlers with discountasp.net server? I know how to do it in IIS manager but how do i do it in the discountasp.net iis manager?

    Regards,

    Roland Rodriguez
    Fine Art Photography
    http://www.rolandrodriguez.net
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    you can add your own http hander (for extensions that are already mapped to asp.net isapi in IIS) in your web.config.

    If you want to map additional extensions, please create a support ticket.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks for the reply Bruce, is there a cost to map to my own assembly?
     
  4. There is no cost to add an extension map to IIS. You can then reference your own assemblies in the web.config.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page