Skip to content

Commit 840c0cb

Browse files
Update implement-impersonation.md
1 parent 6158d26 commit 840c0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/developer/webapps/aspnet/development/implement-impersonation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To impersonate the Internet Information Services (IIS) authenticating user on ev
4242
To impersonate a specific user for all the requests on all pages of an ASP.NET application, you can specify the `userName` and `password` attributes in the `<identity>` tag of the Web.config file for that application. For example:
4343

4444
```xml
45-
<identity impersonate="true" userName="accountname" password="password" />
45+
<identity impersonate="true" userName="<accountname>" password=<$CREDENTIAL_PLACEHOLDER$> />
4646
```
4747

4848
> [!NOTE]

0 commit comments

Comments
 (0)