私は Visual Studio Web Developer 4.0 を使用しており、ローカルで ISS がホストする Web サイトを作成しています。
私の問題は、Visual Studio から Web サイトを開いているときに、次のようなエラーが発生することです。
ASP.NET 4.0 has not been registered on the webserver. You need to manually configure your web server for asp.net 4.0 in order for your site to run correctly...
デバッグ Web サイトを提供しようとすると、次のエラーが表示されます。
Unable to start debugging on the server. Could not start asp.net debugging. More information my available by starting the project without debugging.
次に、デバッグせずに起動ページに移動すると、ブラウザのエラーは
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
aspnet_regiis -1 で asp.net を登録しようとしました。Windows 8を使用しています。