I have an ASP.NET application that receives requests from a client software and the request headers contain a "request 100-continue".
I want to override IIS auto-response to request-100 header so that I can use the other headers to authenticate the user (or not) and send a proper response depending on the state (100 continue for authenticated obviously) or a proper error message.