I\'ve got an ASP.NET application that can connect to Oracle when it\'s started by Visual Studio Development Server, but when I deploy it to my local IIS, it does not connect
If you are using ApplicationPoolIdentity, Make sure ApplicationPoolIdentity has access to your TNS directories.
See here how to authorize: IIS7 Permissions Overview - ApplicationPoolIdentity