How to add custom Authentication Type in IIS7(.5)
Posted
by user312769
on Stack Overflow
See other posts from Stack Overflow
or by user312769
Published on 2010-04-12T08:39:52Z
Indexed on
2010/04/12
8:43 UTC
Read the original article
Hit count: 507
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.
© Stack Overflow or respective owner