asp.net - Is it worth to write a custom Profile Provider? -


i wrote custom membership provider , relatively easy.

now need create users first name, last name , other fields not considered in of membershipprovider.createuser overloads.

i read should not overload createuser. instead, should write own profile provider.

it seems lot of work , not sure of benefits. can me decide right way go? (it mvc 3.0 web app.)

it depends. if isn't lot of info, create custom membershipuser class appropriate additional fields. can @ codeplex.com find examples of custom profile implementations.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -