Skip to content

Commit ecc2c1b

Browse files
authored
minor updates
1 parent ef5f2cf commit ecc2c1b

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
@@ -7,7 +7,7 @@ ms.topic: how-to
77
---
88
# Disable debugging for ASP.NET applications
99

10-
This article discusses how to disable debugging for ASP.NET applications running on .Net Framework.
10+
This article discusses how to disable debugging for ASP.NET applications running on .NET Framework.
1111

1212
_Original product version:_   ASP.NET
1313
_Original KB number:_   815157
@@ -59,27 +59,27 @@ You can also disable debugging for all applications on a system by modifying the
5959

6060
1. Save the **Machine.config** file.
6161

62-
## Method 3: Using the IIS Manager Console (if the web application is hosted on IIS)
62+
## Method 3: Using IIS Manager (if the web application is hosted on IIS)
6363

64-
1. Open the IIS Manager Console on the computer where the website is hosted (you can select <kbd>Windows</kbd> + <kbd>R</kbd> and type **inetmgr**):
64+
1. Open IIS Manager on the computer where the website is hosted (you can select <kbd>Windows</kbd> + <kbd>R</kbd> and type **inetmgr**):
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

6868
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 IIS Manager, 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 middle pane of the IIS Manager Console, set the value of **Debug** under the **Behavior** category to:
76+
1. Within the list of parameter values displayed in the middle pane of IIS Manager, 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

81-
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step4.png" alt-text="Screenshot of.":::
81+
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step4.png" alt-text="Screenshot of setting the value of Debug under the Behavior category.":::
8282

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:
83+
5. Select the **Apply** button from the right-hand side pane of IIS Manager 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)