Skip to content

Commit 7e77304

Browse files
Merge pull request #13448 from Mikejo5000/mikejo-br23
Add links and more info for disabling ASP.NET applications
2 parents 0b2eff1 + bc546d8 commit 7e77304

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/debugger/just-in-time-debugging-in-visual-studio.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Disable the Just-In-Time (JIT) Debugger
33
description: Disable the Just-In-Time Debugger dialog in Visual Studio after errors occur in your application to enable app execution to continue.
4-
ms.date: 08/20/2024
4+
ms.date: 12/16/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- debugging [Visual Studio], Just-In-Time
@@ -33,7 +33,7 @@ The following table summarizes your options:
3333
| Visual Studio installed | Try JIT Debugger | [Debug the error by using the Just-In-Time Debugger](../debugger/debug-using-the-just-in-time-debugger.md) |
3434
| Visual Studio installed | Disable JIT Debugger | [Disable JIT debugging from Visual Studio](debug-using-the-just-in-time-debugger.md#BKMK_Enabling) |
3535
| Visual Studio previously installed, but not currently | Disable JIT Debugger | [Disable JIT debugging from the Windows registry](debug-using-the-just-in-time-debugger.md#disable-just-in-time-debugging-from-the-windows-registry) |
36-
| Visual Studio never installed | Prevent JIT debugging | Prevent JIT debugging by [disabling script debugging](#disable-script-debugging-for-web-app) or [disabling server-side debugging](#disable-server-side-debugging-for-web-app) |
36+
| Visual Studio never installed | Prevent JIT debugging | Prevent JIT debugging by [disabling script debugging](#disable-script-debugging-for-web-app), [disabling server-side debugging](#disable-server-side-debugging-for-web-app), or by [disabling debugging for ASP.NET applications](/troubleshoot/developer/webapps/aspnet/development/disable-debugging-application). |
3737

3838
## Disable script debugging or server-side debugging
3939

@@ -64,6 +64,8 @@ If you're hosting an ASP.NET Web app in Internet Information Services (IIS), dis
6464

6565
1. In the **ASP.NET** section, double-click or select **.NET Compilation**.
6666

67+
The ASP.NET section option is only present if the .NET features were installed using Server Manager.
68+
6769
1. In the **Actions** pane, select **Open Feature**.
6870

6971
1. For the **Behavior** > **Debug** option, select **False**.

0 commit comments

Comments
 (0)