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
Post a Comment