HDHCMS installation and layout process
The editor of Downcodes will introduce you to the installation and layout process of HDHCMS in detail to help you quickly build a website.
HDHCMS is an excellent website management system that is rare in domestic ASP.NET. It is developed based on ASP.NET (C#) + MSSQL technology. It supports the construction of PC and mobile websites simultaneously, and supports the access of WeChat public accounts in the background.
Installation steps
1. Unzip and attach the database
Download the HDHCMS.RAR compressed package and unzip it. There is a database directory in it. The database attached to SQL2008 R2 can be used as a case study.
2. Create a new database
If you don't want to use the built-in case, you can create a new empty database on the server and set the user name and access password.
3. Configure database connection
Find the "hdhapp.config" file in the website directory, open it and configure it according to the database type:
* ACCESS database: Change the value of "HdhCmsDataType" to 2, and set "HdhCmsAccessName" to the current path and file name of the ACCESS database file.
* MSSQL database: Change the value of "HdhCmsDataType" to 1, and set "HdhCmsConnStr" to the current path and file name of the MSSQL database.
4. Upload files
Upload all decompressed files to your website space through the FTP tool.
5. Backend login
Backstage login address: http://yourwebsite/admin/, default administrator account: admin, password: 123456.
Other functions
Plug-in management: HDHCMS provides rich plug-in management functions to facilitate you to expand website functions.
Website templates: HDHCMS provides new comprehensive website templates to meet your various needs.
Calling tags: HDHCMS provides convenient calling tags, which can easily call list pages, content pages and menus.
Things to note
When using a SQL database, you only need to create an empty database file. There is no need for a separate .Sql file to operate. The function has been integrated into the system.
Mobile game templates need to be written by users themselves in the background.
The official website link added to the page can be used for free. It has been added in the template, please do not delete it. Deleting a domain name requires authorization.
I hope the above steps can help you install and configure HDHCMS smoothly!
Warm reminder: If you encounter any problems during the installation process, please feel free to contact HDHCMS official technical support.