Hi Rich DiLoreto,
If .NET Framework 4.8 is failing to install on your Windows Server 2016, the issue is often related to missing prerequisites or pending Windows Updates. Please ensure your server is fully updated, especially with the latest servicing stack and cumulative updates, before attempting the installation again. Also, verify that the Windows Modules Installer service is running, and that the Server Roles and Features required for .NET are enabled.
You can try installing .NET 4.8 manually using the offline installer from the Microsoft Download Center (dotnet.microsoft.com in Bing), and check the setup logs (usually located in %TEMP%) for more detailed error messages if it fails again.
If this guidance helps resolve the issue, please don’t forget to press “Accept Answer” so I know it worked for you.
Jason.