B
Bill
I was hoping someone might give me a push in the right direction. I have a
need for membership and roles on a new website/application being built using
ASP.NET 2.0. I have researched the new membership & roles functionality as
well as the profile functionality.
The application needs to do a few things that are different from the basic
functionality:
1. Roles/SubRoles - users can have different roles for different site
sections (admin user for section #1, standard user for section #2)
2. Expanded User Data (more than Name, Email, etc.)
3. Integration with other database objects ("user id" will need to be stored
in other tables.)
I'm a little confused on where to start:
Use the SqlProvider, adding the structures to my current database and seeing
if I can extend them?
Write a custom provider? (if this is the case can anyone provide some good
vb.net examples?)
Some other solution? Am I missing something obvious?
Can anyone point me in the right direction, I don't need the work done for
me - just some information and a push on where to look.
Thanks,
Bill
need for membership and roles on a new website/application being built using
ASP.NET 2.0. I have researched the new membership & roles functionality as
well as the profile functionality.
The application needs to do a few things that are different from the basic
functionality:
1. Roles/SubRoles - users can have different roles for different site
sections (admin user for section #1, standard user for section #2)
2. Expanded User Data (more than Name, Email, etc.)
3. Integration with other database objects ("user id" will need to be stored
in other tables.)
I'm a little confused on where to start:
Use the SqlProvider, adding the structures to my current database and seeing
if I can extend them?
Write a custom provider? (if this is the case can anyone provide some good
vb.net examples?)
Some other solution? Am I missing something obvious?
Can anyone point me in the right direction, I don't need the work done for
me - just some information and a push on where to look.
Thanks,
Bill