Read Time: 10 minutes
Synopsis: Permissions in this context refer to the ability to restrict screens or portions of screens to only specified users. UnifiedASP can do this with two tools. The first is by changing the base class for the page, it can be made to require authentication and will take the user to a login screen. Second, UnifiedASP has a permission-key and user/group mapping structure that will allow a page to test for a specific permission key against the logged in user. If the user has the key, a function or portion within the screen can be enabled or disabled.
Url: http://www.unifiedasp.net/index.php/unifiedasp-permissions-primer/









