|
1 | 1 | --- |
2 | 2 | title: Disable Debugging for ASP.NET Application |
3 | 3 | description: This article discusses how to disable debugging for ASP.NET applications. |
4 | | -ms.date: 03/25/2025 |
| 4 | +ms.date: 03/26/2025 |
5 | 5 | ms.custom: sap:General Development |
6 | 6 | ms.topic: how-to |
7 | 7 | ms.reviewer: paulboc |
@@ -68,19 +68,19 @@ You can also disable debugging for all applications on a system by modifying the |
68 | 68 |
|
69 | 69 | 1. Select the website or web application for which you want to enable or disable debug mode from the left-hand side tree view: |
70 | 70 |
|
71 | | - :::image type="content" source="media/disable-debugging-application/enable-disable-debug-mode-web-application.png" alt-text="Screenshot of website or web application for which you want to enable or disable debug mode."::: |
| 71 | + :::image type="content" source="media/disable-debugging-application/enable-disable-debug-mode-web-application.png" alt-text="Screenshot of website or web application for which you want to enable or disable debug mode." lightbox="media/disable-debugging-application/enable-disable-debug-mode-web-application.png"::: |
72 | 72 |
|
73 | 73 | 1. From the middle pane of IIS Manager, select the **.NET Compilation** icon: |
74 | 74 |
|
75 | | - :::image type="content" source="media/disable-debugging-application/net-compilation-icon.png" alt-text="Screenshot of the .NET Compilation icon."::: |
| 75 | + :::image type="content" source="media/disable-debugging-application/net-compilation-icon.png" alt-text="Screenshot of the .NET Compilation icon." lightbox="media/disable-debugging-application/net-compilation-icon.png"::: |
76 | 76 |
|
77 | 77 | 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: |
78 | 78 |
|
79 | 79 | - **True**: Enable debug mode. |
80 | 80 | - **False**: Disable debug mode. |
81 | 81 |
|
82 | | - :::image type="content" source="media/disable-debugging-application/set-value-debug-under-behavior-category.png" alt-text="Screenshot of setting the value of Debug under the Behavior category."::: |
| 82 | + :::image type="content" source="media/disable-debugging-application/set-value-debug-under-behavior-category.png" alt-text="Screenshot of setting the value of Debug under the Behavior category." lightbox="media/disable-debugging-application/set-value-debug-under-behavior-category.png"::: |
83 | 83 |
|
84 | 84 | 1. Select the **Apply** button from the right-hand side pane of IIS Manager to save the changes to the IIS configuration: |
85 | 85 |
|
86 | | - :::image type="content" source="media/disable-debugging-application/apply-button-iis-manager.png" alt-text="Screenshot of the Apply button in IIS Manager."::: |
| 86 | + :::image type="content" source="media/disable-debugging-application/apply-button-iis-manager.png" alt-text="Screenshot of the Apply button in IIS Manager." lightbox="media/disable-debugging-application/apply-button-iis-manager.png"::: |
0 commit comments