<identity impersonate="true">

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Hi all

Ok, i have set my web app to identity impersonate="true" so that anyone can access the program without having to know the username and password to log onto the server. As a security precaution I was considering moving the username and password that I supply in the line:
Code:
<identity impersonate="true" username="USER" password="PASSWORD"/>
to the registry, and storing them there in an encrypted manner.

Any suggestions on this approach??

Mike55
 
Back
Top