Advertisements
I have a web app I am working on that has roles based authentication for each of the pages, so a user goes where only users should go and admins go where users can go and then some. Pretty straight forward, but I was wondering if there is a proper design pattern for this or something native in .NET 3.5 for keeping track of this. My roles are defined in a DB and are loaded on successful login into my user object which is stored in session. Any suggestions or links? Thanks...
...
Go to the complete details ...
Found interesting? Add this to: