How to add custom Authentication Type in IIS7(.5)
- by user312769
I am busy developing a IHttpModule, which will do our custom authentication using our own credential store.
I would like to know how to add a new custom Authentication Type to the list (Anonymous, Basic, Forms etc.) in InetMgr under Authentication and how I would know which Authenticaiton Type has been enabled in the IHttpModule class.