Can ASP.NET Application be deployed without any ODP.NET on server
704940Jun 11 2009 — edited Oct 5 2010Hi Experts,
My scenario is, to deploy ASP.NET application talking to Oracle as its backend to be deployed on a server where there is no ODP.Net or any Oracle thin client is installed. Installation of ODP.NET on the server may cause conflicts for other running application on the server.
I managed to resolve all other dependencies other than the Oracle ones. It gives an error "Provider is not compatible with this version of Oracle client" if i execute the application.
Please let me know if we can resolve the internal Oracle dependencies in anyway.
Application Details:
Application : ASP.Net (C#) Application built on Visual Studio 2008.
.Net Framework : 3.5
Database : Oracle 9i Release 9.2.0.10
ODP.Net Version : ODT with ODAC 1020221
Thanks,
Karthik