views:

270

answers:

2

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  A: 

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

Matt Lacey
I actually had to do this the other day. It is extremely simple to encypt your web.config.
Kezzer
A: 

Also see this

Vikas