Hello all,
I'm building a website that needs to restrict access to functionalities/pages depending on the user/role.
I'm building upon asp.net membership schema with users/roles.
My problem is that I want to have a web page where the admin configures access to the various functionalities where he has a list of functionalities with checkboxes for each one and selects what that particular user can access.
If I do this with roles how can I define access in run time to the several pages/folders (I know that we can do this with the web.config).
If someone has a better idea on how to implement this please let me know.
thanks,
Adam
...
Go to the complete details ...