ASP.NET Mixed Mode Authentication
Ever wanted to have an ASP.NET application that utilises the seamless login process of windows integrated authentication (for intranet users for example), but also be able to easily handle anonynous/forms based authentication, and all using the one standard principal object behind the scenes for full role based authorisation support?
I have just written an article that describes one way of doing this.
Would love to hear any feedback.