Mixing Windows and Forms Authentication in ASP.NET MVC
Posted
by Chris Meek
on Stack Overflow
See other posts from Stack Overflow
or by Chris Meek
Published on 2009-11-25T13:06:56Z
Indexed on
2010/04/04
6:03 UTC
Read the original article
Hit count: 732
I'm currently trying to set up a website that uses both windows authentication and forms authentication. I am using ASP.NET MVC and both IIS6 and 7 need to be supported. How would I go about letting known AD users into the app (their AD id is stored against their user record in the application database) and directing everyone else to a standard username/password page.
© Stack Overflow or respective owner