Asp.net dynamic User and activity based authorisation mixed with hide show site master html
问题 I am failing to find good examples of user and activity based authorization for my ASP.NET web forms site. Currently, i am using user roles in web config to allow/deny access to pages within folders. But this method is proving to be a nightmare to maintain, especially when users come up with special case scenarios, which completely deviate from existing role permissions. So i am looking for a way to be able to store and retrieve user access rights, from the database and then enforce them on