Como falei no post anterior, no Windows Server 2008 R2 Server Core será possível instalar o ASP.NET, que antes não era possível. Abaixo segue os comandos para a instalação:
dism /online /enable-feature /featurename:IIS-WebServerRole /featurename:IIS-WebServer
dism /online /enable-feature /featurename: IIS-CommonHttpFeatures /featurename:IIS-DefaultDocument /featurename:IIS-Security /featurename:IIS-RequestFiltering
dism /online /enable-feature /featurename: IIS-ApplicationDevelopment /featurename:IIS-ISAPIFilter /featurename:IIS-ISAPIExtensions /featurename:IIS-NetFxExtensibility
dism /online /enable-feature /featurename: IIS-ASPNET