Skip to content

Commit 885ec28

Browse files
Merge pull request #13131 from Mikejo5000/mikejo-br23
Update instructions for installing ASP.NET for debugging error when A…
2 parents b9d4984 + b1f3dc9 commit 885ec28

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
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)

0 commit comments

Comments
 (0)