Skip to content

Commit 881796b

Browse files
authored
Merge pull request #29039 from JoshGer/patch-86
Updating path to web.config
2 parents c98d470 + 8c76f98 commit 881796b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/reporting-services/security/configure-custom-or-forms-authentication-on-the-report-server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configure Custom or Forms Authentication on the Report Server"
33
description: "Configure Custom or Forms Authentication on the Report Server"
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 04/18/2017
6+
ms.date: 11/11/2023
77
ms.service: reporting-services
88
ms.subservice: security
99
ms.topic: conceptual
@@ -27,9 +27,9 @@ Additionally, if you want to use Forms authentication or a custom authentication
2727

2828
### To configure a report server to use Custom authentication
2929

30-
1. Open RSReportServer.config in a text editor.
30+
1. Open the rsreportserver.config in a text editor.
3131

32-
2. Find \<**Authentication**>.
32+
2. Find the \<**Authentication**> section.
3333

3434
3. Copy the following XML structure:
3535

@@ -42,15 +42,15 @@ Additionally, if you want to use Forms authentication or a custom authentication
4242
</Authentication>
4343
```
4444
45-
4. Paste it over the existing entries for \<**Authentication**>.
45+
4. Paste it over the existing entries for the \<**Authentication**> section.
4646
4747
Note that you cannot use **Custom** with other authentication types.
4848
4949
5. Save the file.
5050
51-
6. Open the Web.config file for the report server. By default, it is located at \Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\ReportServer.
51+
6. Open the Web.config file for the report server. By default, it is located in the same folder as the rsreportserver.config file (see [RsReportServer.config Configuration File](../../reporting-services/report-server/rsreportserver-config-configuration-file.md#bkmk_file_location)).
5252
53-
7. Find **authentication mode** and set it **Forms**.
53+
7. Find **authentication mode** and set it to **Forms**.
5454
5555
```
5656
<authentication mode = "Forms" />

0 commit comments

Comments
 (0)