More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Settings:_Technical_logic]] | ||
{{HelpFiles_Deployment}} | |||
==Impersonation== | |||
==Syntax== | ===Syntax=== | ||
<identity impersonate="true" userName="username" password="password"/> | <identity impersonate="true" userName="username" password="password"/> | ||
==Remarks== | ===Remarks=== | ||
For security purpose, we should use Impersonate for accessing the web site. | For security purpose, we should use Impersonate for accessing the web site. | ||
Line 16: | Line 16: | ||
This is a required setting. | This is a required setting. | ||
==Example== | ===Example=== | ||
<identity impersonate="true" userName="ASPNET_Impersonated" password="NDThuan13@"/> | <identity impersonate="true" userName="ASPNET_Impersonated" password="NDThuan13@"/> | ||
==Note== | ===Note=== | ||
Add this user to C:\Windows\Temp with Full access. | Add this user to C:\Windows\Temp with Full access. | ||
Latest revision as of 03:35, 5 January 2012
<accesscontrol>Main:MyGroup</accesscontrol>
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.