Migrate ASP programs
Original operating environment:
Operating system: Windows Server 2003
Database system: Access
Web server software: IIS 6.0
Programming language: ASP
Current operating environment:
Operating system: Windows Server 2008
Database system: Access
Web server software: IIS 7.0
Programming language: ASP
Task: transfer the website (program and data) related to the high-quality course to another server in order to separate the business from the educational administration server and divide the teaching, scientific research, management and other services reasonably. at the same time, it also ensures the stable operation of each server.
Migration program: first of all, copy the high-quality course website (programs and data) under Windows 2003 through the server, and migrate all the data to another server.
Steps to publish a website: mainly operate in IIS Manager
1) build an application pool, or share a program pool
2) add the application, set the alias, select the corresponding application pool, and select the physical path of the program
Note one thing:
When establishing an application pool, be sure to enable 32-bit programs because the operating system is 64-bit.
Problems in the test run:
Server error 500-Internal server error.
The resource you are looking for has a problem and cannot be displayed.
Through the above, we do not know where the real problem lies. So to enable the ASP mode property, send an error to the browser, and enable server-side modulation.
After the above settings, the following error messages are further obtained:
Microsoft OLE DBProvider for ODBC Drivers error '80004005'
The [Microsoft] [ODBCMicrosoft Access driver] operation must use an updatable query.
/ hm/include/db.asp, line 101
Solution: grant "Everyone" permission to the website database, that is, to solve the above problems.