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
On IIS6 you can simply add validate="false" in the web.config registration.
validate="false"
If anyone could shed some light on how to accomplish this in IIS7's integrated mode, it would be extremely helpful too.