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, and do that myself.. 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 msg.