What is authentication and different types of ASP.NET authentication ?

Authentication is process of obtaining credentials such as username and password and validating the credentials.

There are 3 types of ASP.NET authentication :
  1. Windows authentication
  2. Form authentication
  3. Passport authentication

No comments:

Popular Posts