Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Impersonation: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
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 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.