From 9b0e9d70f1d438b464b8d9a494843ebfac541702 Mon Sep 17 00:00:00 2001 From: Marlon Regenhardt Date: Sun, 29 Dec 2024 17:47:47 +0100 Subject: [PATCH] docs: Add runtime version to IIS installation #202 --- docs/docs/Installation/iis-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Installation/iis-proxy.md b/docs/docs/Installation/iis-proxy.md index ac6550d1..1d6757d3 100644 --- a/docs/docs/Installation/iis-proxy.md +++ b/docs/docs/Installation/iis-proxy.md @@ -4,7 +4,7 @@ With a few extra steps you can run BaGetter behind a Windows IIS proxy. This has ## IIS setup -1. Install the [.NET Core Runtime](https://dotnet.microsoft.com/download) on the web server. +1. Install the [.NET 8 Runtime](https://dotnet.microsoft.com/download) on the web server. 2. Copy the BaGetter directory over to your hosting area such as `C:\Inetpub\wwwroot\BaGetter` 3. Using IIS Manager, create a new Application Pool: - Name = `BaGetterAppPool` (can be whatever you want)