Posted inVisual C# / ASP.net
Walkthrough: Managing Web Site Users with Roles
A typical requirement for Web sites is to allow only some users (authenticated users) to see certain pages. In ASP.NET, you can use roles to manage user access to Web pages. Roles enable you to apply the same access rules to a group of users, such…