aspnet_regiis.exe -ir does not work on windows 8

前端 未结 3 1713
无人及你
无人及你 2020-12-08 03:57

I am trying to deploy an ASP.NET MVC3 app to my Windows 8 box with IIS8. When I try to route to the site I get the following error:

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 04:46

    Run the following command, which will install and register ASP.NET 4.5 in IIS:

    dism /online /enable-feature /featurename:IIS-ASPNET45 /all
    

提交回复
热议问题