ASP.NET Membership...well sucks!
-
Is anyone else in this boat or am I the only one? I'd like to create a custom Membership Provider, but everytime I get to a certain point in the design, the way MS has implemented everything really limits what you can do! It would have been a 1000 times better if they'd just made all the Membership stuff Interfaces instead of hard classes which they completely designed around their own database and then said "Oh, here's a pattern". Who's pattern? Not mine. Don't think that I am a n00b trying to use Membership for the first time. I've been using and studying it for over a year and a half now. I'm at the point now where I'd rather just implement the Membership classes from scratch and I'm wondering if anyone else out there has seen anything to this matter.