D
dkode
Hello,
I am trying to select an authentication/role scheme to use for a new
asp.net project. This is the first time I have looked at the new
Membership/Role Providers in ASP.NET 2.0
This project will be housed on a public webhost, so I'm not sure if all
of them support the SqlRoleProvider where asp.net creates its own
tables for the roles/authentication. Also, I will be storing additional
information in the users table such as address,phone, etc... and use
the Users table extensively in my project.
If I am not sure which web host this will be housed at, in addition to
the fact that I will be re-selling this project and don't want to be
attached to a specific webhost, would it be better just to handle the
forms authentication/role management myself?
Thanks for any guidance you can give!
dkode
I am trying to select an authentication/role scheme to use for a new
asp.net project. This is the first time I have looked at the new
Membership/Role Providers in ASP.NET 2.0
This project will be housed on a public webhost, so I'm not sure if all
of them support the SqlRoleProvider where asp.net creates its own
tables for the roles/authentication. Also, I will be storing additional
information in the users table such as address,phone, etc... and use
the Users table extensively in my project.
If I am not sure which web host this will be housed at, in addition to
the fact that I will be re-selling this project and don't want to be
attached to a specific webhost, would it be better just to handle the
forms authentication/role management myself?
Thanks for any guidance you can give!
dkode