How to manage multiple log in credentials (Dev to QA)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
cbogwill
Posts: 1
Joined: Tue 02 Jun 2009 20:13

How to manage multiple log in credentials (Dev to QA)

Post by cbogwill » Tue 02 Jun 2009 20:16

Greetings!

Can you tell me how to handle a situation where the credentials are different between environments?

Example:
I have a development environment, and when I move to QA (or Production), those environments do not have the same credentials.

How do I handle this in the tools?

Thanks.
Charley.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 03 Jun 2009 07:28

Please put the credentials (connection string) to the *.config file of your application. So you will be able to change it when deploying your project.

Post Reply