WebConfig and Add Assembly for ODAC 4.112.1.2
If a copy of Oracle.DataAccess.dll version 4.112.1.2 resides in the BIN folder of your ASP.NET website,
and is referenced as LOCAL TRUE in the Website Project configuration
Is it still required to add in web.config the Assembly reference for Oracle.DataAccess?
or can this be deleted from Web.Config.
<compilation debug="true" strict="true" explicit="true" targetFramework="4.0">
<assemblies>
<add assembly="Oracle.DataAccess, Version=4.112.1.2, Culture=neutral, PublicKeyToken=89b483f429c47342"/>