Setting up a HttpHandler for handling ALL incoming requests is straight forward with .Net and IIS. Provided you've created your .Net HttpHandler project to sucessfully handle the requests, you need to do the two following tasks:
1) Ensure that the web.config references the HttpHandler you've created
To the httpHandlers section of your web.config file add a reference to your httpHandler for
↧