Passport authentication in ASP.NET

Passport authentication

Passport authentication provides authentication using Microsoft’s passport service.
If passport authentication is configured and users login using passport then the authentication duties are off-loaded to the passport servers.

Passport uses an encrypted cookie mechanism to indicate authenticated users. The passport users are considered authenticated while the rest are redirected to the passport servers to log in, after which they are redirected back to the site.

Passport Software Development Kit can be downloaded and installed http:// msdn.microsoft.com/library/default.asp?url=/downloads/list/websrvpass.aps.
Forms authentication in ASP.NET
Using form authentication, ones own custom logic can be used for authentication...
Explain how authorization works in ASP.NET
With ASP.NET won’t perform any authentication and would run with its own privileges....
Difference between Datagrid, Datalist and repeater in ASP.NET
Difference between Datagrid, Datalist and repeater..............
Post your comment