The DM 10.4.0 Main release installer require the Microsoft ASP.NET 8.0 Hosting Bundle to be installed and you link to this download page in the 10.4 release notes
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-8.0.1-windows-hosting-bundle-installer
At the bottom of the download page there are some instructions on how to install the SDK, is that something we need to follow?
Or do we just download and run the dotnet-hosting-8.0.1-win.exe as linked to on the download page? Do you have any instructions regarding this installation? For instance It looks sensitive to in which order you install IIS and .NET 8.
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/hosting-bundle?view=aspnetcore-8.0
By the way - the latest version is 8.0.2 (security updated), released Feb 13, is that okay to use instead?
/Roger
Hi Roger,
You do not need to install the SDK.
You can indeed use the 8.0.2 installer instead.
I don't think you need to worry about IIS, it should already be installed. The hosting bundle should take care of everything.