Click here to Skip to main content
15,891,644 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please give me some valuable suggestion.
The Problem definition:
There are number of branches. Each branch have its own users.All the users should log in intranet based system.There are three type of users in the whole system.Supper Admin(Main branch), Admin(For particular branch) , Other Staff(For particular branch).They will log in under there branch and there role and find there own Home Page. The Supper Admin can set the rights for Admin and Admin can set the rights for Staff.
What security strategy in asp.net should we adopt for this problem.Could any one give me a detailed view.
Posted
Updated 24-Oct-10 9:34am
v4
Comments
punit sh 23-Oct-10 7:49am    
give me further help on this topic

1 solution

Start from...
1. Authentication - only employees of that company can login and use
2. Authorization
- branch specific access to different modules
- role specific access to different modules

Try ASP.NET Role-Provider model.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900