How can Request Validation be disabled for HttpHandlers?

前端 未结 3 1798
滥情空心
滥情空心 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

    For IIS7 we've been adding/modifying the following key in web.config

    see http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes#0.1__Toc256770147

提交回复
热议问题