Kerberos connection with IIS 7
207769Apr 24 2013 — edited Apr 25 2013How should IIS 7 with Kerberos for a connection to an Oracle database be configured?
We have a Web application which uses Oracle as the back end, and an ASP.Net MVC application running on IIS 7. When we run the application over NTLM with a user hard coded for the connection, we are able to access our Oracle database without a problem. Our connection to oracle uses the account of the Windows user accessing the Web site, so we are not using connection pooling, nor a specific Oracle user for our connections.
We have configured Kerberos on Oracle, and we have no problem connecting from the Web server to Oracle using SQL Plus with an authenticated user. So we are pretty sure our configuration of IIS is not correct.