This system is a separate module extracted from the portal system of Daystar OA as a mini system for everyone to use. As a simple message system, this system allows visitors to leave messages anonymously, and administrators can reply, etc.
Installation method:
Create a virtual directory such as guestbook pointing to this folder and run default.aspx
If it is not a virtual directory, you may need to copy the dll under bin to the bin directory in the root directory.
How to use:
1. Click "Sign and write a message" and any user can leave a message. If the administrator has enabled the verification code, the message will say that there will be a verification code.
2. If the administrator has enabled the review mechanism, the message will be published only after review. If the audit mechanism is enabled, it will be displayed directly.
3. Click "Login Management" and the administrator can log in to the system. The default password is 123456. The login password is configured in web.config.
4. After logging in, you can configure the type of message, whether the message needs to be reviewed, whether a verification code is required, etc.
Expand