How can Request Validation be disabled for HttpHandlers?

前端 未结 3 1801
滥情空心
滥情空心 2020-12-20 12:13

Is it possible to disable request validation for HttpHandlers?

A bit of background - I\'ve got an ASP.NET web application using an HttpHandler to receive the payment

3条回答
  •  借酒劲吻你
    2020-12-20 13:09

    it is quite easy. Change the following snippet to match the handler path and add in your web.config:

    
      ....
      
        
          
          
        
      
    
    

提交回复
热议问题