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/disable-debugging-application.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
7
7
---
8
8
# Disable debugging for ASP.NET applications
9
9
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.
11
11
12
12
_Original product version:_ ASP.NET
13
13
_Original KB number:_ 815157
@@ -59,27 +59,27 @@ You can also disable debugging for all applications on a system by modifying the
59
59
60
60
1. Save the **Machine.config** file.
61
61
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)
63
63
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**):
65
65
66
66
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step1.png" alt-text="Screenshot of typing inetmgr in the Run window.":::
67
67
68
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:
69
69
70
70
:::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.":::
71
71
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:
73
73
74
74
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step3.png" alt-text="Screenshot of the .Net Compilation icon.":::
75
75
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:
:::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.":::
82
82
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:
84
84
85
85
:::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