Traditional Culture Encyclopedia - Hotel accommodation - How to use asp.net to write a hotel management system

How to use asp.net to write a hotel management system

ASP.NET Rights Management System (FrameWork) 1.0.6 Release

1. Origin

In the process of developing software, we often need to develop a backend Management program. Manage the front-end software we develop through permissions.

When you develop more and more software, your management background will also increase. At this time, if there is a unified permission Management backend. Come and manage. Just have a unified account and unified authorization to manage multiple backends.

FrameWork was born under such demand.

2. Function

Its main function is to integrate background permission management modules.

1) It can support permission management of multiple applications and multiple modules.

2) Supports Access, MsSql200/2005 and Oracle9i and above.

3) Roles are used to authorize permissions. Each user can belong to multiple roles and enjoy cross permissions.

4) Integration is easy, and permission detection is done using the httpmodule method. The original program can be integrated without modifying the original program.

5) Visual editing, new Menu and Tab controls .Support drag-and-drop editing.

6) Unified event log management, all login operations have security records.

7) Each module’s column corresponds to a directory, and the column permissions Abstraction is divided into (View/Add/Modify/Delete/Sort/Print/Alternate A/Alternate 8).

8) There is a web.config in the directory to configure directory file permissions, which can be directly Set a file name to the corresponding permission.

9) Use the free DDBuildTools (code generation tool introduction) to generate database code and background page code for rapid development.