Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

We would like to secure Oracle connection string in ASP.net.

But it should not shared with anyone (not even with Developer while debugging) apart from web site Administrator.

Below options i tried :

1.Encryption of Connection string.(Doesn't meet Requirement)
2.Service Account(Not recommended. We Cannot use it.)
3.Hash Function(Not sure How oracle will understand the hash key+salt for connection)

Please provide any suggetions.
Posted
Updated 15-Feb-11 22:58pm
v2

Hope this[^] might also help you.
 
Share this answer
 
In addition to Ramalinga answer this link1[^] and link2[^] might help you.
 
Share this answer
 
 
Share this answer
 
Comments
Pravin Patil, Mumbai 16-Feb-11 3:37am    
OP is asking about securing the connection string...
This is not the correct link..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900