Symptoms

After the installation of the web server software, the Admin Console fails to launch or crashes.


Cause

ASP.NET 3.5.1 is not enabled by the installer because the source files may have been removed from the \Windows\WinSxS folder to save space on web servers running Windows server 2012 or higher.

Resolution

Mount an iso of the same edition of Windows server that the web server is running and then run the following from an administrator cmd prompt:

dism.exe /online/enable-feature /featurename:NetFX3 /Source:D:\sources\sxs /all (Note: it may be necessary to modify the referenced drive letter in this cmd, based on which drive letterthe ISO was mounted)


To validate that ASP.NET 3.5.1 has been installed, please run the following from an administrator cmd prompt:

dism /online /get-features /format:table


The output should contain the following entries:

NetFx3ServerFeatures                          | Enabled 

NetFx3                                                    | Enabled