Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Peter Agyekum What are the various ways of authentication techniques in ASP.NET? There are basically three types of authentication modes in ASP.NET – Windows Authentication – windows authentication uses our system credentials for the authentication purpose. Forms Authentication – This is a form based authentication. Login Control in ASP.NET supports this kind of authentication. Passport Authentication - Passport authentication lets you to use Microsoft’s passport service to authenticate users of your application.
Related Topics