HttpHandler not working in IIS 7

后端 未结 2 1574
梦如初夏
梦如初夏 2021-01-02 01:05

I have an HttpHandler configured in my web.config file like so:



        
2条回答
  •  既然无缘
    2021-01-02 01:46

    Registration of HttpHandlers is different for IIS7 than for previous versions of IIS. Specifically, you register the handlers in the web.config section named not in .

    See this question for an example.

提交回复
热议问题