ASP.NET Web Applications ASP.NET Web Application Security
A role in ASP.NET is, essentially, a group of users.
By assigning users to specified roles ( admins, managers, staff, etc. ), you can selectively control access to specified portions of your application based on roles, instead of, or in addition to, allowing or denying authorization to individual users.
System.Web.Security Namespace
|