manage page access rights

M

Markus Stehle

Hi all!

Within my web applikation I would like to centrally manage page access
rights. Users of my web application belong to certain departments and have
certain roles. The departments and roles are stored in a database. The web
application uses windows authentication and IIS integrated security.

Now I would like to limit access to pages to certain departments and/or
roles. Whats the best way to store the department/roles information and at
which point should I check them? Where can I store the information which
page should be accessible by which roles and/or departments? Currently I'm
reading out the roles and departments during Session_Sart() and store them
in session state - but session state is not available in Begin_Request(), so
I can't use it to verify access rights there.

Any help would be appreciated.


Thanks

Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top