Oracle.ManagedDataAccess and ORA-01017: invalid username/password; logon denied

后端 未结 9 1199
青春惊慌失措
青春惊慌失措 2020-12-01 13:11

I have a challenging situation on one of our servers. I have an ASP.NET MVC 3 application that needs to connect to an Oracle 12c database. It does so using the following co

9条回答
  •  粉色の甜心
    2020-12-01 13:40

    I had the same problem! I didn't try changing the RegKey but I did try changing the web and machine config. This did not work.

    What did solve the problem was changing the app pool I was running under!

    The App Pool was running under a service account and once I moved it to a new App Pool with just the default system account it started picking up the User ID and Password from the config.

提交回复
热议问题