I am currently trying to get an application working which reads data from an oracle database on the network. This was previously hosted on IIS 6 Windows server 2003.
When I try to log in to the application it needs to read from the oracle database but I get the following error when it tries to connect.
Active Server Pages error 'ASP 0134'
Invalid ProgID attribute
/LM/W3SVC/1/ROOT/NETEXPLORERAPP/global.asa, line 1
The object has an invalid ProgID of 'OracleInProcServer.XOraSession'.
From what I've read so far this is due to missing dlls and the way to add them is to install Oracle Objects for OLE. When I tried to install them I got an "unexpected internal error" from the Oracle installer. I'm not sure if this will actually resolve the issue though as I haven't had to do this in the past and the issue this fix was for wasn't identical to mine.