I have a MVC5 site that I created, and it runs fine on my development server.
However today I went to deploy to our test server and I am now locking the account.
When I check the log files I see the error ORA-01017: invalid username/password
What I don't understand is why I am getting that. I am using the exact same credentials to access the db.
EDIT:
We are running against an Oracle 11g DB. No web.config changes occur during deployment.