Sunday, February 10, 2008

ASP.NET security basics

In the internet world, the content and data has to be secured through user authentication & authorization. The mere difference between authentication and authorization is former validates to check whether the users identity, but the later checks to see what the user can view. The user can be allowed to see a website ( Authenticated). An article from microsoft's website clearly explains about the basics of ASP.NET security. Here is the link for the same

No comments: