Is it possible to have windows integrated and forms auth on the same web app (same url) ?
Posted
by Petar Repac
on Stack Overflow
See other posts from Stack Overflow
or by Petar Repac
Published on 2009-03-24T08:22:27Z
Indexed on
2010/03/31
17:13 UTC
Read the original article
Hit count: 211
Basically I want to build a web app that will try windows authentication and if authentication fails then will provide the user with a login form ?
I do not want to have different web apps for different authentication modes.
Is this possible ? Did I missed some points about this ?
© Stack Overflow or respective owner