Pessoal,
Andei olhando alguns erros bem comum e achei um dica bem legal do Guilherme Carnevale (PFE da Microsoft, ou seja, trabalha na equipe de campo) sobre o erro abaixo:
This option is not supported on this version of the operating system. Administrators should instead install/uninstall ASP.NET 4.5 with IIS8 using the “Turn Windows Features On/Off” dialog, the Server Manager management tool, or the dism.exe command line tool. For more details please see http://go.microsoft.com/fwlink/?LinkID=216771.
Segundo o Guilherme, o comando aspnet_regiis -I não funciona mais para habilitar o ASP.NET 4.5. Agora, para fazer a instalação, é necessário utilizar o comando: dism /online /enable-feature /featurename:IIS-ASPNET45
Fonte: http://blogs.technet.com/b/carnevale/archive/2012/11/22/como-instalar-o-asp-net-4-5-no-iis-8.aspx