I have code using .Net 4.6, c# and running using EF6
nuget package : Oracle.ManagedDataAccess.12.1.24160719 Oracle.ManagedDataAccess.EntityFramework.12.1.2400
Code deployed on local IIS works fine, when deployed on dev server (IIS 7) getting attached ORA-12570: Network Session: Unexpected packet read error. (Note I have deployed on other local iis also, it works )
I also have entry in web.config to ignore gac policy and use this version of managed driver. we do have encryption on listner . I have tried setting what we have in sqlnet.ora file , but still same issue
