Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
In ASP.NET authentications..

When do we use windows authentication ?
When do we use forms authentication ?
When do we use passport authentication ?

kindly guide me..
Posted
Updated 14-Nov-11 23:46pm
v2

1 solution

Authentication means, who can call or access the url of your website....

1) if you use Forms Authentication..
the authentication is based on credentials provided by User while accessing the page, inside the page login fields, and you validate them on server.

2) if its Windows..
You use your Network credentials (LDAP, Domain) to validate the user authenticity, the application will open a windows popup to enter the credentials..

2) passport is not widely used..
its used to autheticate in microsoft database, (hotmatil,live.com, etc)


go throug the article for more details


ASP.NET authentication and authorization[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900