Membership provider

A

Amir Ghezelbash

Hello all,

I have a question..i am developing a web application in asp.net 2.0 and
these past few days i have been reading about asp.net 2.0 Membership
providers...now i have a question...i have implemented into my web
application..but i have a alot of questions from users when they
register that membership doesnot provide..how do you add more stuff to
the profile of the members while using Membership provider..becuase its
functionality saves me a lot of time...but i need more info from
users...like their age..where they are from all of that needs to shown
in their profile
 
B

Brock Allen

MembershipProviders are about storing authentication credentials, not other
data. This is by design. If you'd like other data for your user, then use
something else (like the Profile). Don't fall into the trap of wanting to
extend an existing membership provider to add you extra data; this approach
is counter to the design of the provider model.

As for capturing this extra info and storing it on the profile, you can add
more steps to the CreateUserWizard to capture said data.
 
A

Amir Ghezelbash

thank you for that response...i actually was about to start extending
membership provider...thank god i read your warning before start doing
so...would you have any examples where i can look about profile provider
and how to add extra info about users ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top