I'm currently building a simple website that accesses and displays the content of an Oracle database. Everything works when I run it locally, but as soon as I publish it to Azure I get an error saying "Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)". I've tried adding the dll to the project but to no avail.
I don't even have it as a reference in my project and it works locally, so any suggestions to get azure to find the dll, where I should put it, or an alternative way to access my oracle database would be greatly appreciated thanks.