.NET Oracle.DataAccess 11g and DllPaths
Hi,First of all, I'm french, sorry for my bad english.
I've a ASP.NET web application that connect to an Oracle 10g or 11g Database (mostly 10g)
This application uses an InstantClient 11g and the Oracle.DataAccess library to connect to the database.
On the servers where I install this application, there is also another Instant Client 10g that is used for other applications.
I've copied the files under a directory (c:\Inetpub\wwwroot\oracle): oci.dll, Oracle.DataAccess.dll, orannzsbb11.dll, oraociei11.dll, OraOps11w.dll
I've added a configuration section under the web.config file:
<configuration>
<system.data>
0