Question. I am using impersonate for .net on IIS. This setting is in the web.config file.
<identity impersonate="true" userName="someuserid" password="111111"/>

Is there a way to encrypt this or make the Password not visable as a text field?