N
Nikolay Petrov
Hi everyone!
I am developing app, which should be used by users, which are members of
different groups.
These users and groups are stored in my SQL database and are custom for my
application, they are not Windows users.
Every user can be member of many groups.
What I need is a some kind of baseline, how to implement security in my app,
based on these users and groups.
By security I mean enabling and disabling different functionality of my app,
mosltly disabling controls.
Should I use some kind of ACL, or on every Form load event I should enable
or disable controls, based on the group membership of user.
Because I am a newbie, some source code will be helpfull.
TIA
I am developing app, which should be used by users, which are members of
different groups.
These users and groups are stored in my SQL database and are custom for my
application, they are not Windows users.
Every user can be member of many groups.
What I need is a some kind of baseline, how to implement security in my app,
based on these users and groups.
By security I mean enabling and disabling different functionality of my app,
mosltly disabling controls.
Should I use some kind of ACL, or on every Form load event I should enable
or disable controls, based on the group membership of user.
Because I am a newbie, some source code will be helpfull.
TIA