1. How to run the debugging website:
1) Create a new empty SQL SERVER database, such as forum
2) Execute the script file in the newly created database: WebSqlScriptsmember.sql
3) Execute the script file in the newly created database: WebSqlScriptsforum.sql
4) If the name of your newly created database is not forum or you find a database connection error, you need to modify the database connection string in web.config:
"server=(local);uid=sa;pwd=sa;Trusted_Connection=no;database=forum"
5) If you have VS2005 installed, you can directly double-click Forum.sln to open the website source code
6) Run the website, default.aspx is the start page
2. Some additions:
1) The database is in the DB_51aspx folder, just attach it
2) System administrator username: 51aspx Password: 51aspx
3) In order to facilitate testing, the website automatically creates some section groups and sections by default
Expand