1

Windows 2019 Server with IIS and ASP.NET Core Hosting Bundle 5.0.1 installed. I need to run Asp.Net Core 3.1 site on the machine. Should I just install ASP.NET Core Hosting Bundle 3.1 side by side with the existing one or downgrade the installation in a way?

2 Answers 2

0

Just installing ASP.NET Core Hosting Bundle 3.1 alongside with 5.0.1 worked for me.

0

ASP.NET Core Hosting Bundle make IIS to know how to run core sites. To run site with specific core version you need appropriate core runtime version to be installed or choose "self contained" build so runtime will be a pert of a build

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.