ASP.NET MVC3 アプリを IIS8 を搭載した Windows 8 ボックスに展開しようとしています。サイトにルーティングしようとすると、次のエラーが表示されます。
この問題で私が見つけることができるほとんどすべてが実行するように言っています:
aspnet_regiis.exe -ir
これを Windows 8 ボックスで実行すると、次のメッセージが表示されます。
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 は既にシステムにインストールされています。
私のアプリケーションは Visual Studio で正しく動作しますが、命を救うためにデプロイすることができません。私はここからどこへ行くべきか完全に途方に暮れています。このサイトでも、統合パイプライン モードとクラシック パイプライン モードの両方を試しました。