How do I allow multiple roles to see a page when using a custom RoleProvider in ASP.Net
you can add the PrinicpalPermission attribute multiple times. [PrincipalPermission(SecurityAction.Demand, Role=”Admin”)] [PrincipalPermission(SecurityAction.Demand, Role=”AnotherRole”)]