vote up 1 vote down star
1

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?!

flag

2  
Scott Mitchell's articles are amongst the easiest to understand. so I think you may be out of luck... – Mitch Wheat Apr 24 at 12:40
What exactly didn't you understand? Specific Questions/problems are much easier to talk about rather then a general "don't know how to..." – Bravax Apr 24 at 12:45

2 Answers

vote up 1 vote down check

See the articles at: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx

link|flag
I actually had to do this the other day. It is extremely simple to encypt your web.config. – Kezzer Apr 24 at 12:46
vote up 0 vote down

Also see this

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.