Hi Friends,
I am in need of best method to achieve role based authentication/authorization. The requirements are
- It should check accessibility page level, based on role
- It should be able to handle visibility of controls of page based on role
- And that all can be managed using web.config or any XML file
I am familiar with asp.net native membership facility and as far as I know it can help to achieve authorization up to page level, I do not have idea if there is anything that can work control level.
Or I will have to place code User.IsInRole("Admin") everywhere on pages to show/hide controls?
Thanks,
Vipul