Re: How to determine authorized roles for a page?



On May 29, 12:48 pm, Dominick Baier
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
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.


He need to determine what Roles are permitted to use the page.

.