c# - setting/properties type setup -
i have possibility of specifying "properties" either during setup of app or afterwards.
in app have connection mysql server,currently localhost, when going install localhost change ip address or hostname, there way can create properties box asks user he/she wants ip address or hostname to connect to,and once change it should reflect in code? or maybe have encrypted text file settings in or text file thats hidden settings in,not sure right approach be, thank answers , advise
you can store sensitive data in connection strings encrypting them, see msdn documentation.
Comments
Post a Comment