Impersonation: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:46, 7 March 2011
Impersonation
Syntax
<identity impersonate="true" userName="username" password="password"/>
Remarks
For security purpose, we should use Impersonate for accessing the web site.
Refer to 2.4 for more details about how to create a user account for Impersonate.
This is a required setting.
Example
<identity impersonate="true" userName="ASPNET_Impersonated" password="NDThuan13@"/>
Note
Add this user to C:\Windows\Temp with Full access.