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. Roles Based Document Management - Any Tutorials?

Roles Based Document Management - Any Tutorials?

Scheduled Pinned Locked Moved ASP.NET
questioncsharptutorial
2 Posts 2 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.
  • S Offline
    S Offline
    Stephen Adam
    wrote on last edited by
    #1

    Hi there guys n girls, I am currently developing a document management system. There are a flexible number of roles and each document can have its access rules set so it can only be accesssed by users belonging to certain roles. Each user can belong a a number of roles too. So in essense there is a many to many relationship between roles and users and a many to many relationship to documents and roles. I'm using the built in .NET membeship / role features and was wondering if anyone had come across a tutorial which might cover this kind of thing. Really want a good point of reference to implement best practise and not found anything on the web yet which covers exactly what i'm after. Thanks in advance Steve

    "Gödel proved that any formal system that defines the primitive recursive functions must be either incomplete or inconsistent. In particular one could not prove from within the system that the system itself was consistent even though the question could be formulated within the system."

    N 1 Reply Last reply
    0
    • S Stephen Adam

      Hi there guys n girls, I am currently developing a document management system. There are a flexible number of roles and each document can have its access rules set so it can only be accesssed by users belonging to certain roles. Each user can belong a a number of roles too. So in essense there is a many to many relationship between roles and users and a many to many relationship to documents and roles. I'm using the built in .NET membeship / role features and was wondering if anyone had come across a tutorial which might cover this kind of thing. Really want a good point of reference to implement best practise and not found anything on the web yet which covers exactly what i'm after. Thanks in advance Steve

      "Gödel proved that any formal system that defines the primitive recursive functions must be either incomplete or inconsistent. In particular one could not prove from within the system that the system itself was consistent even though the question could be formulated within the system."

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      I have done a similar application, but without using membership providers. I created custom classes to manage roles. What I did is keeping the roles and users belongs to that in a database which my custom classes can read and validate the role.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      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