Sunday, May 01, 2011

ASP.NET Forms Authentication

The Forms Authentication is a token based system that takes care of users authentication through a log-in form. When a user requests an ASP.NET web page that is not available for anonymoujs users the ASP.NET runtime verifies that the form authentication tocken is available.

Read more: Life Michael