C
carlor
Hi there,
We are working on an application that requires security (authorization) to
be applied down to the control level. There will be certain controls on pages
that will only be available to certain groups of users as well as specific
users. For example, the sys admin will be given the ability to specify that
only those in the XYZ group have access to a specific Save button and only
Mary Quite-Contrary can access the Delete button on a certain page.
All of the security will be database driven allowing the sys admin to
add/remove groups and individuals at will. We were thinking of creating our
own set of derived controls that give us the security features we need. Also,
the authorization data would be cached to an XML file on a daily basis and
that file would be used to configure the controls’ security avoiding MANY
hits to the database. Has anyone implemented such a beast before? Any
suggestions on how to approach this would be greatly appreciated.
Thanks,
Carlo.
We are working on an application that requires security (authorization) to
be applied down to the control level. There will be certain controls on pages
that will only be available to certain groups of users as well as specific
users. For example, the sys admin will be given the ability to specify that
only those in the XYZ group have access to a specific Save button and only
Mary Quite-Contrary can access the Delete button on a certain page.
All of the security will be database driven allowing the sys admin to
add/remove groups and individuals at will. We were thinking of creating our
own set of derived controls that give us the security features we need. Also,
the authorization data would be cached to an XML file on a daily basis and
that file would be used to configure the controls’ security avoiding MANY
hits to the database. Has anyone implemented such a beast before? Any
suggestions on how to approach this would be greatly appreciated.
Thanks,
Carlo.