You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/developer/webapps/aspnet/development/implement-impersonation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Impersonation in ASP.NET applications
3
3
description: This article introduces how to implement impersonation by modifying Web.config and running a particular section of code.
4
-
ms.date: 03/26/2020
4
+
ms.date: 02/05/2025
5
5
ms.custom: sap:General Development
6
6
ms.reviewer: jallen
7
7
ms.topic: how-to
@@ -39,10 +39,10 @@ To impersonate the Internet Information Services (IIS) authenticating user on ev
39
39
40
40
## Impersonate a specific user for all requests of an ASP.NET application
41
41
42
-
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:
42
+
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:
0 commit comments