Which are the different ASP.NET authentication modes?
ASP.NET supports the following Authentication Providers like Windows , Forms,Passport,None .
Select Answer:
Windows : Is used in conjunction with IIS authentication.
Forms : The user provides credentials and submits the form
Passport : Centralized authentication service provided by Microsoft that offers a single logon.
None : No Authentication provided. This is default Authentication mode .
|