Installing dot net 1.x on Windows 2012

68 views Asked by At

I'm trying unsuccessfully to install the "Windows Hosting Bundle" used by a legacy web application with dot net core 1.0.x on one of our server running Microsoft Windows 2012 R2 Standard.

I am using the installer found at this link here:

https://dotnet.microsoft.com/en-us/download/dotnet/1.0

The installer completes without any errors and I noticed that the bundle goes into the local folder:

C:\Program Files\dotnet\shared\Microsoft.NETCore.App

enter image description here

When I run the command "dotnet --list-runtimes" from the prompt, I don't see the runtime listed in the output (and the web application hosted on IIS fail to start). I am assuming it is not "registered" correctly or?

enter image description here

Thank you all

0

There are 0 answers