ASP.NET application target framwork 4.5 on windows server 2022

Viewed 55

I'm trying to setup a ASP.NET web application that is targeting framework 4.5 on a windows server 2022. For some reason it doesn't work.

The documentation says that the preinstalled version framework 4.8 should cover all 4.x versions. And, even when you try to install 4.5 you get the message:

"Microsoft .NET Framework 4.5 is already a part of this operating system. You do not need to install the .NET Framework 4.5 redistributable.

Same or higher version of .NET Framework 4.5 has already been installed on this computer."

Does anyone know how to go about this?

0 Answers
Related