Hello,
How can I change the value of the password in the context of database connections? I need to change out TOS, only in the configuration file.
There is a need for some hash value? Or simply write to the configuration file plaintext passwords? Currently in the configuration file is not stored plaintext passwords, so we need to find out how to easily change the configuration file.
Thank you
Can you try to print on console following variables context.Password1 (not context.Password) context.HostName context.Port1 context.UserName and confirm that details are correct?