Base solution for your next web application
Open Closed

User Roles section #256


User avatar
0
joe704la created

Hello I was wondering if you had a tutorial or documentation about how to create a user roles functionality like how the Iteration Zero project works?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    In ASP.NET Iteration Zero product, all I do is using UserManager, RoleManager and PermissionManager classes as described in documents: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents">http://www.aspnetboilerplate.com/Pages/Documents</a> (have you checked docs?). But there is no step-by-step tutorial yet, maybe later. If you try to implement it for yourself and have a trouble in a specific point, we can always try to help you.