Main functions:
Asp.net guestbook 1.0Ver features:
1. Use ubb code to beautify messages
2. User level system, level 2 and above can customize avatars
3. Accurate statistical function of online users, you can see IP and user name
4. Illegal code filtering and SQL injection prevention
Backend address: domain name/wormadmin/login.aspx
The account number and password are both: admin
Database: MSSQL2000. Place it under the data folder and restore the database directly.
webconfig configuration:
"connectionStrings"
"add name="wormbookConnectionString" connectionString="Server=localhost;Database=wormbook;uid=sa;pwd=sa;"
providerName="System.Data.SqlClient" /》
"connectionStrings"
In the above code, you can modify the name of the database, your mssql login account and password, and the server IP address.
Chongchong Guestbook does not require installation. You only need to restore the database and modify the mssql login account and password to use it!
The guestbook is a collection of various knowledge, but because this is a program for me to transition from ASP to .net, it is inevitable that some parts are confusing and unreasonable. I will sort out the program when I have time in the future, change it to an MVC structure, and add No refresh.
However, the backend is still relatively powerful and can handle all corporate websites.
Expand