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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -