Re: How to determine authorized roles for a page?




"Dominick Baier" <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:51eb304810c1f8c96ffe631bbd60@xxxxxxxxxxxxxxxxxxxxx
you can do do that using the <authorization> element in web.config - or
imperatively
usign Page.User.IsInRole to grant/deny access to a page.

Dom:

Thanks. Got that part already. As Alexey said, I need to determine what
Roles are permitted to access a page.


.