This source code comes with a complete demonstration source code. The database is the SQL2005 version and can be directly attached to 2005 and above versions. The website operating environment is IIS6.0 and above + FRAMEWORK4.0.
System introduction:
HDHCMS is an excellent website management system that is rare in domestic ASP.NET. It is developed based on the technology of ASP.NET (C#) + MSSQL. It supports the construction of PC and mobile websites simultaneously, and supports the access of WeChat public accounts in the background.
The software is a shared version. If you have any questions about using it, please contact the software author.
Installation and layout process:
1. Download the HDHCMS.RAR compressed package and unzip it. There is a database directory in it. The database attached to SQL2008R2 can be used as a case study;
2. If you do not need the built-in case, you can create a new empty database on the server and set the user name and access password.
3. Find the "hdhapp.config" file in the website directory. After opening it, if it is a website connected to the "ACCESS" database, please change the value of "HdhCmsDataType" to 2. If it is a website connected to the "MSSQL" database, please Change the value of "HdhCmsDataType" to 1. The corresponding "HdhCmsAccessName" saves the current path and file name of the ACCESS database file; "HdhCmsConnStr" saves the current path and file name of the MSSQL database.
4. Upload all the decompressed files to the space of your website through the FTP tool;
5. Backend login address: http://yourwebsite/admin/, default administrator account: admin, password: 123456
6. Added plug-in management
7. Added a new comprehensive website template
8. Complete the call tags of the list page, content page and menu
Note: When using SQL database, you only need to create an empty database file, configure the "hdhapp.config" file, and the data table will be automatically created when the program is started for the first time. There is no need for a single .Sql file to operate, the function has been integrated into the system.