A few days ago, I needed to make a web program. I took CommunityServer as a reference and found it interesting, so I learned to make a simple website system and published it to csdn.
Since I am not familiar with asp.net, I even used some custom controls from the exercises. The interface is very far-fetched and crude. I feel uneasy.
I recently took the time to repair it. I redesigned and enhanced some of the previously necessary custom controls, and tried to use VS originals as much as possible.
1. Add menu, paging, tab and other controls
2. Add unlimited grouping function to the columnforum.
3.Switch theme function,
4.Default permissions
5. Use a simplified database access component and add paging and other functions. [Lazy method is not a good data processing method].
...
It's always better than before. However, there are still many problems. There are also many deficiencies in functionality and it will take time to add them.
Instructions for use:
1: Attach the database in the DB_51aspx directory to sqlserver and change the connection configuration in web.config
2.u:admin p:admin, administrator login, customize columns and themes in the background
3. Configure the background map in admin.config
4. The interface file is in theme/default/modules. The code is in Controls/views of the Components project, generally with the same name.
Note that this program needs to set the Web as the root directory in IIS for testing.
Expand