c# - Is it possible to hide SQL connections from 3rd party developers? -
we hired 3rd party finish c# web project , need access our sql database. how can hide our user name , password them still give them access?
efforts far include:
creating wcf realize not have control of servers hosting our web site.
creating dll able find actual connection string digging through watch window @ break point while debugging.
encrypting connection strings within web config. using watch window @ break point, can find decrypted connection string.
create new database , change user name , password , let them access that.
Comments
Post a Comment