The source code of the gold and precious metals investment website uses the commonly used .NET2.0 version, which is convenient for deployment and use. The database uses SQLITE. You can use it without any configuration after downloading the source code. The front end uses the open source ASP.NET template engine JNTemplate. As long as you modify the files in the template directory, you can adjust the website style or change the skin!
The source code mainly includes two parts: frontend and backend. The specific functions are as follows:
Website front-end module: It mainly includes website homepage, dynamic news, investment skills, website announcements, daily comments and other functions.
Website backend module
1. Basic settings: basic information, email configuration.
2. Article management: mainly the management of article information.
3. Analyst management: Analyst information management.
4. Module management
5. Personal Center: Mainly for modification of personal information.
6. Manage account
7. Customize the page
8. QQ management
Things to note
1. The backend administrator username and password are: admin888
2. The development environment is Visual Studio 2013, the database is SQLite, the database file is in the App_Data folder, and is developed using .net2.0.
3. Because it was originally a website that I planned to give to others for official commercial use, all codes and designs under this source code are original to me. There will be no copyright issues, so you can use it with confidence (please be careful to replace individual demonstration pictures)