The free host backend management system is a universal backend management system. The reason why the word "host" is added to it is because the system itself does not have its own database and must rely on other databases to run. Freedom refers to The system is highly flexible and can achieve the desired functions after some simple configuration according to the database table structure. To put it simply, the system is not designed based on a specific database. It will do whatever structure of the database table you put on it.
The features of the free-hosted Asp.net website universal backend management system are as follows:
1. The backend itself does not have a database. After designing the database yourself, connect it to the backend. After configuring the nodes, you can directly add, delete, modify, and query the database without secondary development;
2. The background password supports custom encryption/decryption algorithms, which can be configured when setting up the login form;
3. The background editing interface can automatically generate an editor according to the configuration, and also automatically generate a verification script;
4. The background supports multi-table association, and the corresponding content will be automatically displayed based on the associated fields during list query;
5. Compatible with IE6+, Firefox and other mainstream browsers;
6. Operations on database tables, such as addition, deletion, modification, and query operations, only require simple settings to complete without any coding.
Free hosting Asp.net website universal backend management system 3.2 official version updated features:
1. Fixed the bug of invalid content verification in edit.js;
2. Add sqliste database support;
3. Fixed the bug of losing the delete function when returning to the list after editing;
4. The main page menu display is changed to a json object and transmitted to the front desk, and then the menu.js script implements the menu display function to facilitate secondary development and interface modification. The menu can be controlled to allow multiple expansions at a time or only one expansion;
5. Fixed the problem of case-sensitive image upload suffix;
6. The character type primary key generated by the system is changed to GUID, and the length of the primary key field must be at least 32 characters;
7. Change the file name of the uploaded file to GUID, and the length of the database printing field must be at least 32 characters;
8. Add view display to the database table on the configuration page;
9. Add province, city and county linkage controls (including 3-level linkage of provinces, cities and counties, 2-level linkage of provinces and cities, and linkage of provinces and cities (optional at county level)), and obtain the provincial division code by using Request["_tzhp_field name"] , Request["_tzhc_field name"] gets the city's division code, Request["_tzhr_field name"] gets the district or county's division code, use Request["field name"] to get the selected last-level division code (write database value). The Area.js script contains the names and division codes of provinces, cities and counties across the country. The _codeToObject(code) method can convert the division codes into division objects. The format is: {p:{Code,Name,Level},c:{Code,Name ,Level},r{Code,Name,Level}}, where p is province information, c is city information, and r is district and county information;
10. In authorization mode, if the list display field is uploaded as a picture, the picture can be displayed directly, and the division field will be displayed as the corresponding division name. It will be output as it is without authorization;
11. In authorization mode, the title bar will not display the words "Free Host xx";
12. In authorization mode, the super administrator background can add function links through the configuration file;
13. Add the field "strTbGroupvarchar(32)" to the tzh_tableInfo and tzh_menuInfo tables. Please add this column to the database manually for the old version upgrade program;
14. Corrected the situation where the list data may be empty when multiple tables in the Access database are related and have duplicate field names;
For database upgrade methods, please see http://www.tzhtec.com/art/6f456394186.aspx