In the Web.config file, this piece of information is
<authentication mode="Forms"> <forms loginUrl="~/Account/LogOn" timeout="2880" /> </authentication>
What other mode can I set and can I have several modes?
Some users can login using username / password, others with x509 clientCert.
Where is the information about this?
source share