Allowed roles/users from the web.config
- From: "Alexey Smirnov" <alexey.smirnov@xxxxxxxxx>
- Date: Tue, 22 May 2007 23:18:59 +0200
Is it possible to get a list of allowed roles/users for a single page on the
site, which use a role based forms authentication?
<authorization>
<allow roles="*">
<deny users="?" />
</authorization>
I know, to view the web.config using System.Xml is not a big problem, is
there any standard implementation to access that configuration?
Thank you.
.
- Follow-Ups:
- Re: Allowed roles/users from the web.config
- From: Michael Nemtsev
- Re: Allowed roles/users from the web.config
- Prev by Date: Re: API to end a Session ?
- Next by Date: Why did my Master Page drop most of it's buttons?
- Previous by thread: API to end a Session ?
- Next by thread: Re: Allowed roles/users from the web.config
- Index(es):