Hi all,
I am developing a mobile app that uses ASP.NET Web Api as a backend hosted on Azure. This backend solution uses the Oracle.ManagedDataAccess nuget package to communicate with Oracle Database (version 11.2.0.4). When I test on localhost, the connection works fine, but when I test on Azure it always results in "Connection request expired", I configured the connection string by setting the connection timeout to 60, for example, and the error persists. I saw this problem on another thread (ODP.Net Managed Driver Connection Timeout ), but no answer that solved the problem.