J
JB
Hello
I would like to encrypt my passwords in my ConnectionString parameters
so the
passwords dont show.
How can I do this?
Also I saw the line below:
Framework.EncryptDecrypt(ConfigurationManager.Appsettings["Password"])
and it seems to put funny characters in the password "value" field in the
<add key=> parameter in <appSettings> section of the web.config, is that the
actual effect of the line?
JB
I would like to encrypt my passwords in my ConnectionString parameters
so the
passwords dont show.
How can I do this?
Also I saw the line below:
Framework.EncryptDecrypt(ConfigurationManager.Appsettings["Password"])
and it seems to put funny characters in the password "value" field in the
<add key=> parameter in <appSettings> section of the web.config, is that the
actual effect of the line?
JB