Skip to content

Commit 57df96a

Browse files
authored
updates to image names
1 parent ecc2c1b commit 57df96a

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can also disable debugging for all applications on a system by modifying the
4747
For 64-bit versions of the .NET Framework, the file is in the following folder:
4848

4949
`%SystemRoot%\Microsoft.NET\Framework64\%VersionNumber%\CONFIG\`
50-
50+
5151
1. In the **Machine.config** file, locate the compilation element. Debugging is enabled when the debug attribute in the compilation element is set to `true`.
5252
1. If the debug attribute is `true`, change the debug attribute to `false`.
5353

@@ -63,23 +63,23 @@ You can also disable debugging for all applications on a system by modifying the
6363

6464
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

66-
:::image type="content" source="media/disable-debugging-application/aspnet-debug-step1.png" alt-text="Screenshot of typing inetmgr in the Run window.":::
66+
:::image type="content" source="media/disable-debugging-application/type-inetmgr-run-window.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

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.":::
70+
:::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.":::
7171

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

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

7676
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

7878
- **true**: Enable debug mode.
7979
- **false**: Disable debug mode.
8080

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.":::
81+
:::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.":::
8282

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

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

support/developer/webapps/aspnet/development/media/disable-debugging-application/aspnet-debug-step4.png renamed to support/developer/webapps/aspnet/development/media/disable-debugging-application/ set-value-debug-under-behavior-category.png

File renamed without changes.

support/developer/webapps/aspnet/development/media/disable-debugging-application/aspnet-debug-step5.png renamed to support/developer/webapps/aspnet/development/media/disable-debugging-application/apply-button-iis-manager.png

File renamed without changes.

support/developer/webapps/aspnet/development/media/disable-debugging-application/aspnet-debug-step2.png renamed to support/developer/webapps/aspnet/development/media/disable-debugging-application/enable-disable-debug-mode-web-application.png

File renamed without changes.

support/developer/webapps/aspnet/development/media/disable-debugging-application/aspnet-debug-step3.png renamed to support/developer/webapps/aspnet/development/media/disable-debugging-application/net-compilation-icon.png

File renamed without changes.

support/developer/webapps/aspnet/development/media/disable-debugging-application/aspnet-debug-step1.png renamed to support/developer/webapps/aspnet/development/media/disable-debugging-application/type-inetmgr-run-window.png

File renamed without changes.

0 commit comments

Comments
 (0)