I have the following line in my web.config
<appSettings>
<add key="AdminPassword" value="ASDF1234" />
</appSettings>
How can I encrypt it? I tried this tutorial but it got me all confused
Help?!
|
1
|
I have the following line in my web.config
How can I encrypt it? I tried this tutorial but it got me all confused Help?!
|
||||||
|
|
|
See the articles at: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx |
||
|
|
|
Also see this |
||
|
|