Supesoft permission management system (FrameWork), in the process of developing software, we often need to develop a background management program. It is used to manage the front-end software we develop. When you develop more and more software, your management background will also There will be more and more. At this time, if there is a unified management background, come in and manage. It would be great if there is a unified account and unified authorization to manage multiple backgrounds. FrameWork was born under such demand."
"
Supesoft Rights Management System (FrameWork) 1.0.9Release version update record:"
1. The drop-down box for selecting users in the fourth tab of role management will drag the browser to a department selection mode when there are many users."
2. There is only one level menu, and an error is reported when setting role permissions"
3. The module Pagecode field is increased to 100 bits in length. "
4. Add module description field. The module description content is also displayed on the permission assignment interface. Because the content of M_CName should not be too long, sometimes the function cannot be accurately described. "
5. When adding users, you can define the menu style for the new users."
6. Add domain account authentication."
7.A single interface supports multiple MultiListBox controls."
8. When modifying the tree menu, an error occurred during the first repeated loading, but it returned to normal after refreshing. "
8. The code is upgraded to vs2008+.net3.5."
9.The software name is changed to: Supesoft Rights Management System."
"
Function:"
Its main function is to integrate the background permission management module."
1) It can support permission management of multiple applications and multiple modules."
2)Support Access and MsSql200/2005."
3) Roles are used to authorize permissions. Each user can belong to multiple roles and enjoy overlapping permissions."
4) Integration is easy, and permission detection is done using the httpmodule method. Basically, the original program can be integrated without modifying the original program."
5) Visual editing, new Menu and Tab controls. Supports drag-and-drop editing."
6) Unified event log management, all login operations have security records."
7) Each column of each module corresponds to a directory, and the permissions of the columns are abstractly divided into (View/Add/Modify/Delete/Sort/Print/Alternate A/Alternate 8). There is a web.config in the directory to manage the directory. File permission configuration can directly set a file name to the corresponding permission."
"
1.0.9 New Installation Instructions:"
1. Database installation instructions:"
a) Access database, use it directly."
b) Sql database, execute: " in the FrameWork.webManagerdatabasemssql directory
1.FrameWork.sql"
2. Stored procedure.sql"
3.Data initialization script.sql"
4. Complete the installation."
c) Oracle database, execute: " in the FrameWork.webManagerdatabaseOracle directory
1.Oracle.Sql"
2. Complete the installation."
2. The front-end web can directly copy the files to the website."
3. If you need to modify the database or configuration, please open web.config to modify it, there are instructions.