1. Readme file
1. The download system is implemented by asp.net&c#, and all the source codes for the implementation are provided in the virtual directory of the installation;
2. System requirements:
1) Microsoft SQL Server is installed;
2) .NET Framework installed;
3) IIS is installed.
3. Change the database name, database server IP address, and sa user password in the config file;
4. Enter the homepage of the system: http://installed website address/newly created virtual directory/default.aspx
5. Username to enter backend management: admin; password: 123456
6. After entering the background management,
7. Modify the database connection in the appSettings section of the web.config file to be consistent with the newly created database;
8. The source code must be opened in the VS.NET2003 environment! Because it is a web project after installation, when you open the project using the normal method, the error message "The project you are trying to open is a web project. You need to open it by specifying its URL path." will appear. You can use "File"->"Open"->"Project on the web", then find the URL path of your installation and open the project.
12. If the web project cannot be opened using the above method, you can use the project source code file in the compressed package;
Part of the source code description:
1. default.aspx:Homepage
1. admin/denglu.aspx: Administrator login
Expand