I got a issue yesterday when I have to install the web console on Windows Server 2008 R2. After some research I found a solution.
My error message at the web page:
The Solution:
Thanks to Kevin Holman I found a solution for this issue. So please visit below blog and say thanks.
Run below command:
On Server 2008 R2 – run the following in an elevated CMD: C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis.exe -i -enable
On Server 2012 – run the following in an elevated CMD: C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis.exe -r
For more info please go Link