Skip to content

Commit 64b3ec4

Browse files
authored
ADD LIGHTBOX FOR IMAGES
1 parent 80f56a9 commit 64b3ec4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 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/25/2025
4+
ms.date: 03/26/2025
55
ms.custom: sap:General Development
66
ms.topic: how-to
77
ms.reviewer: paulboc
@@ -68,19 +68,19 @@ You can also disable debugging for all applications on a system by modifying the
6868

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

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":::
7272

7373
1. From the middle pane of IIS Manager, select the **.NET Compilation** icon:
7474

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":::
7676

7777
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:
7878

7979
- **True**: Enable debug mode.
8080
- **False**: Disable debug mode.
8181

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":::
8383

8484
1. Select the **Apply** button from the right-hand side pane of IIS Manager to save the changes to the IIS configuration:
8585

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

Comments
 (0)