Skip to content

Commit ed8be4c

Browse files
committed
Merged main into live
2 parents dfe33ad + 885ec28 commit ed8be4c

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

docs/debugger/error-aspnet-not-installed.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "This error occurs when ASP.NET is not installed correctly on the computer that you are trying to debug."
33
title: "ASP.NET not installed"
4-
ms.date: "11/04/2016"
4+
ms.date: "09/19/2024"
55
ms.topic: "error-reference"
66
f1_keywords:
77
- "vs.debug.error.http_not_supported"
@@ -24,6 +24,13 @@ ms.subservice: debug-diagnostics
2424

2525
This error occurs when ASP.NET is not installed correctly on the computer that you are trying to debug. This might mean that ASP.NET was never installed or that ASP.NET was installed first and IIS was installed later.
2626

27+
The following procedure describes how to install ASP.NET using `aspnet_regiis.exe` for ASP.NET 4.0 and earlier versions.
28+
29+
You can't install or uninstall ASP.NET 4.5 or later versions on Microsoft Windows 8 or Windows Server 2012 by using `aspnet_regiis.exe`. For more information, see [Install ASP.NET 4.5 in Windows 8 and Windows Server 2012](/troubleshoot/developer/webapps/aspnet/www-administration-management/install-aspnet-45-windows-8-server-2012)
30+
31+
> [!NOTE]
32+
> For ASP.NET Core, see [Install the ASP.NET Core Module/Hosting Bundle](/aspnet/core/host-and-deploy/iis/#install-the-aspnet-core-modulehosting-bundle).
33+
2734
### To reinstall ASP.NET
2835

2936
1. From a command prompt window, run the following command:
@@ -34,8 +41,5 @@ This error occurs when ASP.NET is not installed correctly on the computer that y
3441

3542
where *version* represents the version number of the .NET Framework installed on your computer, such as v1.0.370. You can determine the framework version by looking in the `\WINDOWS\Microsoft.NET\Framework` directory.
3643

37-
> [!NOTE]
38-
> With Windows Server 2003, you can install ASP.NET by using **Add or Remove Programs** in Control Panel.
39-
4044
## See also
4145
- [Debugging Web Applications: Errors and Troubleshooting](../debugger/debugging-web-applications-errors-and-troubleshooting.md)

docs/ide/reference/how-to-display-line-numbers-in-the-editor.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Display line numbers for code
33
description: Turn line numbering for your code on and off in the Visual Studio code editor. Line numbers can be useful as a reference.
4-
ms.date: 08/19/2024
4+
ms.date: 09/19/2024
55
ms.topic: how-to
66
helpviewer_keywords:
77
- line numbers, displaying
@@ -22,8 +22,9 @@ This article describes how to show or hide line numbers in your code.
2222

2323
1. On the Visual Studio menu bar, select **Tools** > **Options** > **Text Editor**, and then select either the language you're using or **All Languages**. **All Languages** turns line numbers on or off in all supported programming languages.
2424

25-
> [!TIP]
26-
> You can also type **line number** in the [Search](../visual-studio-search.md) box, and then select **Turn line numbers on or off** in the results.
25+
You can also type **line number** in the Visual Studio [Search](../visual-studio-search.md) box, and then select **Turn line numbers on or off** in the results.
26+
27+
:::image type="content" source="media/line-numbers-search-box.png" alt-text="Screenshot of using the Search box to search for line numbers.":::
2728

2829
1. Select the **Line numbers** checkbox to show line numbers, or clear the checkbox to hide line numbers.
2930

Loading

0 commit comments

Comments
 (0)