There are three types of authentication present in ASP.NET:
Windows Authentication: This type of authentication method uses built-in windows security features to authenticate user.
Forms Authentication: This type of authentication authenticate against a customized list of users or users in a database.
Passport Authentication:This type of authentication validates against Microsoft Passport service which is basically a centralized authentication service.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
There are three types of authentication present in ASP.NET:
Windows Authentication: This type of authentication method uses built-in windows security features to authenticate user.
Forms Authentication: This type of authentication authenticate against a customized list of users or users in a database.
Passport Authentication:This type of authentication validates against Microsoft Passport service which is basically a centralized authentication service.