Pierre Greborio.NET

Talking about .NET world

Membership in ASP.NET 2.0

I have to admit that the authorization process of the membership management isn't so good as I was excpecting. I sincerly don't understand way Microsoft didn't used the authorization manager ideas for the upcoming framework. I'll probably implement my provider by myself :-))
Posted: Dec 14 2004, 11:28 PM by PierreG | with 1 comment(s)
Filed under:

Comments

Kieth said:

I agree. I think it will be nice for those people who want a quick drag-drop solution. Not for me... If (always) I need more control than you get out of the box, I’d rather write a fully custom implementation rather than fit a custom provider into the current model. I actually did write a custom provider in an attempt to adopt, but felt that I was jumping through too many hoops and in the end felt like I had given up too much control. Fully-custom worked best for me.
# December 14, 2004 6:04 PM