Error using Oracle ODP.NET from Web App on Windows 2003

G

Guest

What additional steps are needed to allow web apps to access oracle ODP.NET
resources under Windows Server 2003?

When using Oracle's ODP.NET (9.2.0.401) from a WebForm I get permission
errors when invoking oracle - System Error: Unable to load DLL (OraOps9.dll).

Impersonation fixes the error - but cannot be used as a production solution.

Under Windows 2000 all you needed to do after installing the Oracle ODP was
granting read and execute permissions to OraOps9.dll for ASPNET. This was
done on 2003 with no effect.
 
G

Guest

When I got that error I found that my installation of the Oracle files had
not given me the permissions on the DLLs on the computer. I just gave my self
and the machine permissions on all the files in the Oracle folder and it
started to work.
 
G

Guest

Was this under Windows Server 2003?

All files under bin were given read/execute permission for ASPNET - no luck

Did you use the user ASPNET?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top