Introduction - If you have any usage issues, please Google them yourself
A classic access management system
FrameWork permission design is to divide the permissions into eight permissions (view/add/modify/delete/sequence/print/standby A/standby B). Of course, you can expand as needed. In the FrameWork, each Module corresponds to a directory in the Module directory (Module directory structure reference).
Each module directory corresponds to an application ID and module code. That means each module has eight permissions. Each module directory sets the application and module code of the current directory through its Web. Config file, and configures the eight permissions corresponding to the file in the current module directory in web.config.
All modules directory file belongs to which of the eight permissions is a permission, is in the Web. Config configuration, if the file is not in module on the Web. Config pairing should permissions, then this file belongs to check the permissions by default. Of course, you can also determine the permissions in aspx, and we also provide the method for judging the eight permissions in aspx.