I created a new windows server 2016 datacenter IaaS VM that I need to get a web server that is old and on-premises and migrate all the IIS websites to Azure.
Now I ran a few tools on local server 2003 machine.
Raymondcc .net detector
Asoft .net version detector
Both end up confirming that this server has
.NET 1.1 Service Pack 1
.NET 2.0 Service Pack 2
.NET 3.0 Service Pack 2
.NET 3.5 Service Pack 1
.NET 4.0 Client Package
.NET 4.0 Full Package
So regardless really if it is on Azure or not, I have RDP to to and full install access. Until I have time to re-write hundreds of apps, I believe that I would need to install all of these versions of .net?
How can and should I go about this for installing them?
Download the framework or the SDK?