can not open oracle connection with web seb services

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

I am using MS provider for Oracle and running Oracle
9.2. I get the following message when I try to open a
connection:

System.DllNotFoundException: Unable to load DLL (oci.dll).

I show that the file oci.dll is loaded on my machine. I
am using the same machine for both database and coding.

I do not have this proble when I use winforms to
connect. What is going on here.

Thanks
 
Hi Anon,

NTFS security (file security) should allow aspnet local user account (under
which the aspnet application is running) to access the Oracle's bin folder.
 
Back
Top