Board index » delphi » ISAPI+ADO+WINNT4.0 = Internal Server Error 500

ISAPI+ADO+WINNT4.0 = Internal Server Error 500

Hello,

I created Delphi Web project. I used ISAPI module and ADO components (ODBC
driver) to control access database. When I have tried to test it with
"Win98" and "Microsoft Personal Web Server" everything was working fine but
when I try to run it on "WinNT 4.0 Server" and "IIS" there occurs an error:

/////////////////////////////////////////////

Internal Server Error 500

----------------------------------------------------------------------------
----
Exception: EOleException
Message: [Microsoft][ODBC Microsoft Access Driver]General error Unable to
open registry key 'Temporary (volatile) Jet DSN for process 0x59 Thread 0x64
DBC 0x114a43c Jet'

/////////////////////////////////////////////

Maybe anyone of you had such or similar problems? How to solve it?

P.S. All ODBC drivers are installed on WinNT.

Thanks,
Tomas

 

Re:ISAPI+ADO+WINNT4.0 = Internal Server Error 500


Quote
>I created Delphi Web project. I used ISAPI module and ADO components (ODBC
>driver) to control access database. When I have tried to test it with
>"Win98" and "Microsoft Personal Web Server" everything was working fine but
>when I try to run it on "WinNT 4.0 Server" and "IIS" there occurs an error:

>/////////////////////////////////////////////

>Internal Server Error 500

Probably an NT permissions problem.  Check if the IIS user account has
permission to use  the directory where your Access database resides.
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads