How can Request Validation be disabled for HttpHandlers?

前端 未结 3 1797
滥情空心
滥情空心 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条回答
  •  -上瘾入骨i
    2020-12-20 12:58

    On IIS6 you can simply add validate="false" in the web.config registration.

    
    

    If anyone could shed some light on how to accomplish this in IIS7's integrated mode, it would be extremely helpful too.

提交回复
热议问题