vb.net - ASP.NET MVC custom user roles/profiles -


i creating website using asp.net mvc model. when create mvc application asp.net automatically creates roles/profiles user , admins (as far know) , corresponding tables in sql server database.

i need new profile/role names "sponsor" has benefits of users/admins (like authorization etc).

is there way this?

thanks in advance

actually default there no roles defined in asp.net forms authentication database when use asp.net mvc, it's easy define them. need open project in visual studio , click "project" menu , click "asp.net configuration" @ bottom. system can set roles , users need.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -