"Alexey Smirnov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On May 31, 9:03 am, "MyndPhlyp" <nob...@homeright.now> wrote:
> > I've been combing through Google trying to find the answer but not luck.
> >
> > I'm using Forms authentication. Determining what Roles the current user
is
> > in was the easy part (User.IsInRole). But how does one determine what
Roles
> > are permitted to use a particular ASPX page? (.NET 2.0, VS05)
>
> I've asked the same question some time ago
>
http://groups.google.com/group/micro...6bd15d86528b2/
>
We appear to be on a parallel path. (thanks for the corrective posting in
the other NG.) I noticed WebConfigurationManager before prowling through
Google and the NGs. I too am understandably resistant to that approach.
Seems as though the desired method should be available. After all, what
method does .NET call to determine a user's ability, or lack thereof, to
access a page?