Posted on: 4/28/2015 6:40:02 AM | Views : 524

Hi All,
I am making an application in asp.net
I want to create tables in sql server for user role management.
I have following type of users
1.User
2.Super User
3.Admin

and each user having different type of page access permissions.
and i want to restrict the user to access particular sections/modules in application.
I want to provide facility to create new type of permission and User-permission mapping to admin in User Interface.
so how many tables may i need to create to store users, user types, permissions and permission mapping
provide me with any example

Go to the complete details ...