This How To shows you how to create a custom principal object that provides extended role-based functionality that can be used for .NET authorization. Author: microsoft.com Code: ASP.NET v1.0 & VB
In this article I will try to explain you the technique of managing role-based authorization programmatically using ASP.Net 2.0. Sometimes in your application you want to provide a general authorization to specific page or folder.
I was excited when I first heard that ASP.NET did role-based authorization, until I found out that the only way to implement it was using Windows authentication. In this article, I present another approach to implementing ASP.NET role-based authorization. Author: Stephen Fraser Code: ASP.NET v1.0 & VB