Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Define custom roles

Define custom roles

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gaurav Aroraa
    wrote on last edited by
    #1

    I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.

    B A 2 Replies Last reply
    0
    • G Gaurav Aroraa

      I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      Gaurav.Kumar.Arora wrote:

      Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.

      Then I think develop your own Role management system.Use database for it.and when loading page render the menu dynamically based on the role of user.

      Cheers!! Brij Check My Latest Article

      1 Reply Last reply
      0
      • G Gaurav Aroraa

        I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        Gaurav.Kumar.Arora wrote:

        Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these?

        Use Database, Store Role along with the UserName. After authentication of user check the role from the database, based on that give the functionaly to the user.

        cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups