When looking in IIS at the Application Pools you are missing the ASP.NET v4.0 and ASP.NET v4.0 Classic Application Pools.
This could be caused by installing ASP.NET v4.0 before installing IIS, when this is done ASP.NET v4.0 and ASP.NET v4.0 Classic Application Pools may not get registered properly in IIS.
In the command console (dos) navigate to C:\Windows\Microsoft.Net\Framework\v4.0.xxxxx where the x's are the build number you have installed, Then run the following commands:
aspnet_regiis -ir
iisreset
Now open IIS and verify that ASP.NET v4.0 and ASP.NET v4.0 Classic Application Pools are now showing there.
If this is Windows Server 2012 in the command console (dos) navigate to C:\Windows\Microsoft.Net\Framework\v4.0.xxxxx where the x's are the build number you have installed, Then run the following command:
dism /online /enable-feature /featurename:IIS-ASPNET45
iisreset
Now open IIS and verify that ASP.NET v4.0 and ASP.NET v4.0 Classic Application Pools are now showing there.
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center