Hi everybody,
My ASP application has been running on W2Ksp4 with IIS5.0 for 4-5 years, and
everything works fine. The ASP application runs on a DLL file compiled by
VB6SP5, and it calls for the API GetObjectContext() via the COM+ Services
Type Library. The database at the backend is a Microsoft Access 2000 SP3,
and it is connected by ODBC and JET engine. A few days ago, I have moved
the ASP application to a Windows 2003 Server SP1 and IIS6.0. When the
application needed to read and write some data from/to the Access database,
an error was experienced and the browser showed "HTTP 500 -Internal server
error". I checked that the DLL file was successfully registered, and it
worked OK as long as it did not need to access the Access database.
Could someone point me to the right direction to tackle this problem?
Thanks.
Bill