Dig into ASP.NET Membership - Extend MembershipUser
22/07/2007 22:25Membership in ASP .NET 2.0 is a great add-on. But I believe you will ask a question as soon as you start using it. “How can I add extral info to a user”. Normally I create a user will name, telephone number, company, etc. but the membershipuser wont let you do it. dont think membership is useless, MS gives you the option to extend it.
I spent some time this weekend to dig into how to extend the membership and successully getting it work. Yaaaa ^_^
I’d like to share my experience with you, so please leave comment. but before you do it, read this MSDN article first
http://msdn2.microsoft.com/en-us/library/ms366730.aspx
I also integrate the extended MembershipUser with my NHiberante MembershipProvider. They both work great ![]()
Tags: asp .net, Computing, custom membershipprovider, extend, membership, microsoft, msdn, nhibernate, Programming
Categories: Computing, Programming
No Comments »

