M
Mark
We're going to use impersonation in our web.config file to connect via
windows authentication to a SQL Server on the same domain. We'd like to
hash the password rather than store it in plain text in the web.config file
..... suggestions?
<identity impersonate="true" userName="mydomain\myuser" password="mypass"/>
Thanks in advance!
Mark
windows authentication to a SQL Server on the same domain. We'd like to
hash the password rather than store it in plain text in the web.config file
..... suggestions?
<identity impersonate="true" userName="mydomain\myuser" password="mypass"/>
Thanks in advance!
Mark