Re: manage page access rights
From: Raterus (moc.liamtoh_at_suretar.reverse)
Date: 08/04/04
- Next message: Kevin Spencer: "Re: Cannot convert to Ref parameter from C# to VB.Net"
- Previous message: ashelley_at_inlandkwpp.com: "Re: putting embedded GIF resource into the Response stream"
- In reply to: Markus Stehle: "manage page access rights"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 17:19:22 -0400
hmm, storing department info in a database is limiting when you are using windows authentication. Better is to have Active directory take care of the groupings and then configure web.config to handle the page access.
http://www.csharpfriends.com/quickstart/aspplus/doc/secureservices.aspx
http://support.microsoft.com/default.aspx?scid=kb;en-us;315736
Hope this helps,
--Michael
"Markus Stehle" <markus.stehle_nospam_@web.de> wrote in message news:uLKQAZmeEHA.3348@TK2MSFTNGP09.phx.gbl...
> 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
>
>
- Next message: Kevin Spencer: "Re: Cannot convert to Ref parameter from C# to VB.Net"
- Previous message: ashelley_at_inlandkwpp.com: "Re: putting embedded GIF resource into the Response stream"
- In reply to: Markus Stehle: "manage page access rights"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|