To install the ASP.NET Core 2.1 Hosting Bundle:
- If you have ASP.NET Core 2.1 Hosting Bundle with runtime, uninstall it.
- Download the Hosting Bundle version 2.1.30 installer directly from the Microsoft Dotnet service Download .NET Core 2.1 (Linux, macOS, and Windows).
- Open the Command Prompt and use the following command to run the Hosting Bundle installer: ./dotnet-hosting-2.1.30-win.exe /install /q /norestart OPT_NO_RUNTIME=1 OPT_NO_SHAREDFX=1
-
To confirm that you API server is running, follow this link in your browser:
https://<server>/<apiserver-directory>/onbase/core/healthcheck
If the installation was successful, you will see a blank page with no errors.