Difference between revisions of "Impersonation"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Settings:_Technical_logic]]

+
{{HelpFiles_Deployment}}
  
====Impersonation====
+
==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.
__NOTOC__
 
<!-- imported from file: 835.htm-->
 

Latest revision as of 05: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.