Hi,
I am creating a website using asp.net mvc model. When you crate and mvc application asp.net automatically creates roles/profiles for user and admins (as far as i know) and corresponding tables in sql server database.
I a need a new profile/role names "sponsor" that has all the benefits of users/admins (like authorization etc).
Is there a way to do this?
Thanks in advance