ASP dotNET Core Runtime

Updated on December 9th, 2022

Download Hosting Bundle
Download the installers from Microsoft's dotnet official website. We tested with 3.1.22 and 5.0.14. these are recommended due to security fixes, see Microsoft disclosure CVE 2021 43877.
From this page, you must install ".NET Core 3.1" and ".NET 5.0" (from Out of support versions) section.
First, install ".NET Core 3.1". To do this, click on the ".NET Core 3.1" link, and then click on the "Hosting Bundle" link. A download should start automatically:

Run Installer

Run the downloaded "dotnet-hosting-3.1.xx-win.exe" executable, tick the licence agreement box and click "Install":


Finish


Install .NET 5.0 After this, repeat the same steps as above to install ".NET 5.0". To install, expand the Out of support versions section, locate and click on the ".NET 5.0" link, and then click on the "Hosting Bundle" link. A download should start automatically.

Restart Server For the installation to be completed, a full server restart is required
(not IIS, the entire windows server itself).
Was this article helpful?