我正在尝试使用IIS8将ASP.NET MVC3应用程序部署到我的Windows 8机器上.当我尝试路由到该网站时,我收到以下错误:

几乎我能在这个问题上找到的所有东西都说:
aspnet_regiis.exe -ir
Run Code Online (Sandbox Code Playgroud)
当我在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 …Run Code Online (Sandbox Code Playgroud) 建立
我正在开发一个项目,其中4个WebBrowser控件在加载应用程序时同时导航到某个网页.网页具有相同的HTML,但来自不同的Web服务器.
问题是其中一些页面在WebBrowser控件中显示"导航到网页已取消"消息.这仅在应用程序启动时发生.我已经实现了这里描述的解决方案来获取返回的状态代码,奇怪的是,它是200 = OK状态.
当我刷新页面时,它突然正常工作.我怀疑问题可能是由同时导航造成的,但我不知道如何验证这一点.
有任何想法吗?