Errors with Compiled ASP.NET Web Application
I'm having several issues with using ODP.NET when I compile an ASP.NET web application. I'm deploying to a Windows Server 2008 64-bit server, which also hosts our 11.1.0.7 database (the same server). The web application works if it's not compiled. However, once I compile the application and deploy it to the server, I receive "The file 'xxxx' has not been pre-compiled, and cannot be requested" errors. If I remove all references to ODP.NET, re-compile and deploy, the application will load.
Any help would be greatly appreciated.