Je suis en train de déployer une ASP.NET MVC3 application sur mon Windows 8 boîte avec IIS8. Lorsque j'essaie de route pour le site, j'obtiens l'erreur suivante:
Pratiquement tout ce que je peux trouver sur ce problème dit à exécuter:
aspnet_regiis.exe -ir
Quand je le lance sur mon Windows 8 box, j'obtiens le message suivant:
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
C:\Users\Justin>C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe
-ir
Microsoft (R) ASP.NET RegIIS version 4.0.30319.17929
Administration utility to install and uninstall ASP.NET on the local machine.
Copyright (C) Microsoft Corporation. All rights reserved.
Start installing ASP.NET (4.0.30319.17929) without changing existing web
applications to use this version of ASP.Net. 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.
Finished installing ASP.NET (4.0.30319.17929) without changing existing web
applications to use this version of ASP.Net.
ASP.NET 4.5 est déjà installé sur mon système.
Mon application s'exécute correctement dans Visual Studio, mais je ne peux pas déployer pour sauver ma vie. Je suis tout à fait à une perte sur où aller à partir d'ici. J'ai essayé à la fois intégrée et classique pipeline pour ce site.