Hello!
First off, we are new to .NET, Oracle, and Web Services. We are trying to write a simple web service that will connect to an Oracle database, execute a query, and return the data in a record set. The web service works fine in a VB app running on a machine that has the Oracle client installed. However, when they try to run it over the web through IIS, it does not work and gives some sort of errors indicating a permissions problem with accessing the Oracle dll's.
Oracle and IIS are both running on the same machine. Does anyone have any ideas about what we would need to do to get this web service to run via IIS?
Thanks,
-Greg
First off, we are new to .NET, Oracle, and Web Services. We are trying to write a simple web service that will connect to an Oracle database, execute a query, and return the data in a record set. The web service works fine in a VB app running on a machine that has the Oracle client installed. However, when they try to run it over the web through IIS, it does not work and gives some sort of errors indicating a permissions problem with accessing the Oracle dll's.
Oracle and IIS are both running on the same machine. Does anyone have any ideas about what we would need to do to get this web service to run via IIS?
Thanks,
-Greg