Hello,
I would like to know what's the benefit to use Membership Class (http://msdn.microsoft.com/en-us/library/system.web.security.membership.aspx) while developing with c# or vb.net ?
Is there any limitation ?
Is there any advantage for me if i build my own Class for authentication, membership, users & roles ?
thank you
Paul
Akkiraju IvaturiPosted Aug 13, 2012, 9:48 PM
Also since it is part of .NET framework it supports easy integration in your project and you should be able to customize any of the events.