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: The transfer of the relevant website (program and data) of the fine course to another server is to separate the business from the educational administration server, reasonably divide the teaching, scientific research, management and other business, and ensure the stable operation of each server.
Migration program: first of all, the Windows 2003 of the Fine Course website (program and data), through the server copy, all the data to the other server.
To publish a Web site step: operate primarily in IIS Manager
1) build the application pool, or share a program pool;
2) Add the application, set the alias, select the corresponding application pool, select the program physical path;
Note A matter:
When you create an application pool, be sure to enable 32-bit programs because the operating system is 64-bit.
Problems in the test run:
Server Error - Internal server error.
There is a problem with the resource you are looking for, so it cannot be displayed.
Through the above, we don't know where the real problem is. So to enable ASP mode properties, send errors to the browser and enable server-side mode.
With the above settings, the following error messages are further obtained:
Microsoft OLE dbprovider for ODBC Drivers error ' 80004005 '
The [microsoft][odbcmicrosoft Access driver ] action must use an updatable query .
/hm/include/db.asp, line 101
Solution : to the site database to the "Everyone" permission, that is, solve the above problems.
This article is from the "sky9890" blog, make sure to keep this source http://sky9896.blog.51cto.com/2330653/1942332
Migrating ASP Programs