I'm working with Oracle 10g R2 10.2.0.1 - 64 Bits. I migrated my web application from VS2010 (running on Win7 32 bits) to VS2012 (running on Win8 64Bits) and the app runs without any problem when I'm using Visual Studio 2012 debug.
My problem begins when I published to IIS (Win 8 - 64bits). The application runs but Oracle doesn't return any data and IIS doesn't return any error. I tried to make IIS send errors to the browser and also show detailed errors but my .aspx
is still showing the page and no errors showed.
Thanks in advance