This is a simple forum with main functions:
Website backend: section management, post management, reply management, posts I publish, posts I reply to;
Website front-end: section navigation, post list, post details, post reply list, add post, add reply;
User management, role management, permission management, and website art have not been done yet;
Running steps:
1) The DB is a Sql database file, just attach it;
2) Create a new virtual directory for the Forum directory;
(Note: You need to add an IIS mapping of .html to the virtual directory.
The handler is the same as .aspx. When adding, uncheck the "Check whether the file exists" checkbox.
This step is critical, if not done well, this forum will not function properly)
3) Open the solution file and generate the solution;
4) Enter in the browser:
http://localhost/forum/
forum is the name of your virtual directory
5) System administrator:
uid:admin
pwd: codepub.com
Note:
1) The database link information needs to be correctly set in the web.config file
This database link string.
2) The page address has been rewritten, and the URL address rewriting configuration information is placed in the Urls.xml file.