passwords in web.config

  • Thread starter Thread starter Gary Howlett
  • Start date Start date
G

Gary Howlett

Hi,

I have an impersonate statement like this...

<identity impersonate="true" name="MyMobile\Gary" password="Test" />

However I dont want the password in a readible format, can I encrypt the
password and it still work the same?

If so how?

Many Thanks

Gary
 
Back
Top