The idea or requirement is to have an application which can work with Windows and forms authentication at the same time.
-
If the user who tries to access the application has domain credentials (intranet) then the application will grant access through Windows authentication.
-
Otherwise the application displays a login using forms authentication.
Is it possible to do this?