I've been playing around with Membership and Roles in ASP.NET 2.0. It's really nifty in VS 2005 and a development environment, but I'm having a small bit of difficulty with the rolling an app into ...
When I first heard that ASP.NET did role-based authorization, I was excited—until I found out that the only way to implement it was using Windows authentication. This requires all users and their ...