Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to add a user managing service to my application. I want to find the best way to perform that. There are different types of users with different access levels to application menus. where should I detect the type of a user, and how should I customize the application depending on user type?
Posted

1 solution

Security is such a vast topic it's very hard to give you the correct answer without a little more info.

Is this a Windows application or Web Based solution?

Will this be running within a corporate network and have access to Active Directory for integreated security?

If this is an Asp.Net application, I'd advise you to use the inbuilt User \ Membership \ Role functionality which does it's job well.
 
Share this answer
 
Comments
RaMin.ElRoman 2-Jun-10 17:32pm    
My database is on server, and client applications join to server. But there is a specific action declared for each client. for example some of clients register customers, some of them just informs customers, and one client does financial operations. depending on the user type, menus of application must be specified. In other word, cashier must not be able to access the register menu.

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