Problem mapping HttpHandler --> HTTP Error 404 Not Found

前端 未结 7 1864
误落风尘
误落风尘 2020-12-29 02:14

I am having problems trying to map an HttpHandler in the web.config.

This is the relevant config bit:


  

        
7条回答
  •  时光取名叫无心
    2020-12-29 02:53

    It is also possible to experience this error if you have set up the handler for 32 bit, but you are running in 64 bit (or vice versa). It's easy to set up both and have all the bases covered.

    Note "preCondition", and "scriptProcessor" differences.

    
        
        
    
    

提交回复
热议问题