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 ?