ASP International Automobile Trading Co., Ltd. website source code is an automobile trade and sales enterprise website source code based on ASP+ACCESS. The front desk is generous and tidy, and the back desk is fully functional.
1. Source code architecture:
The website is ASP+ACCESS. Just upload all the files in the folder to the ASP space and you can use it.
2. Website debugging:
Run the "aspweb port 99.exe" file in the folder to perform simple website debugging on the local computer.
Local test front desk URL: http://127.0.0.1:99/
Local test backend URL: http://127.0.0.1:99/admin
Backend username: admin
Backstage password: admin
Note: aspweb port 99.exe is only used for local simple debugging, please do not upload it for use.
For complete testing, please install the IIS server, or upload the source code to the ASP host and test.
3. Instructions for web page editing:
(1). Welcome page:
Open the "FLASH" folder, edit the index3.fla file, and generate a new SWF animation.
If you do not need the welcome animation page on the homepage, you can first delete the index.asp file in the root directory of the website.
Then copy the main.asp file, paste it into the current directory, and rename it index.asp.
To avoid operational errors, please make a backup before operation.