Skip to content

Commit 8a67efc

Browse files
authored
Updates from editor
1 parent 703e332 commit 8a67efc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

support/developer/webapps/aspnet/development/disable-debugging-application.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Disable Debugging for ASP.NET Application
33
description: This article discusses how to disable debugging for ASP.NET applications.
4-
ms.date: 03/19/2025
4+
ms.date: 03/25/2025
55
ms.custom: sap:General Development
66
ms.topic: how-to
77
---
@@ -38,13 +38,13 @@ To disable debugging, add the compilation element to the *Web.config* file of th
3838

3939
## Method 2: Modify the Machine.config file
4040

41-
You can also disable debugging for all applications on a system by modifying the **Machine.config** file. To confirm debugging hasn't been enabled in the **Machine.config** file, follow these steps:
41+
You can also disable debugging for all applications on a system by modifying the **Machine.config** file. To confirm that debugging isn't enabled in the **Machine.config** file, follow these steps:
4242

4343
1. Open the **Machine.config** file in a text editor, such as Notepad. The file is typically located in the following folder:
4444

4545
`%SystemRoot%\Microsoft.NET\Framework\%VersionNumber%\CONFIG\`
4646

47-
For 64-bit versions of the .Net Framework, the file is in the following folder:
47+
For 64-bit versions of the .NET Framework, the file is in the following folder:
4848

4949
`%SystemRoot%\Microsoft.NET\Framework64\%VersionNumber%\CONFIG\`
5050

@@ -65,21 +65,21 @@ You can also disable debugging for all applications on a system by modifying the
6565

6666
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step1.png" alt-text="Screenshot of typing inetmgr in the Run window.":::
6767

68-
1. Select the website or web application for which you wish to enable or disable debug mode from the left hand side tree view:
68+
1. Select the website or web application for which you want to enable or disable debug mode from the left-hand side tree view:
6969

7070
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step2.png" alt-text="Screenshot of website or web application for which you wish to enable or disable debug mode.":::
7171

72-
1. From the middle-pane of the IIS Manager console, select the **.Net Compilation** icon:
72+
1. From the middle pane of the IIS Manager console, select the **.NET Compilation** icon:
7373

7474
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step3.png" alt-text="Screenshot of the .Net Compilation icon.":::
7575

76-
1. Within the list of parameter values displayed in the center pane of the IIS Manager, set the value of **Debug** under the **Behavior** category to:
76+
1. Within the list of parameter values displayed in the middle pane of the IIS Manager Console, set the value of **Debug** under the **Behavior** category to:
7777

78-
- **true**: Enable debug mode.
79-
- **false**: Disable debug mode.
78+
- `true`: Enable debug mode.
79+
- `false`: Disable debug mode.
8080

8181
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step4.png" alt-text="Screenshot of.":::
8282

83-
5. Select the **Apply** button from the right-hand side pane of the IIS manager console to persist the changes to the IIS configuration
83+
5. Select the **Apply** button from the right-hand side pane of the IIS Manager Console to save the changes to the IIS configuration:
8484

8585
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step5.png" alt-text="Screenshot of the Apply button in IIS Manager.":::

0 commit comments

Comments
 (0)