0

我正在使用 Visual Studio Web Developer 4.0,在其中我正在创建一个本地 ISS 托管的网站。

我的问题是,当我从 Visual Studio 打开网站时,出现以下错误:

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...

当我尝试为调试网站提供服务时,出现错误:

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。

4

1 回答 1

0

你有两个选择:

  1. 为 asp.net 4.0 手动配置 Web 服务器
  2. 重新安装 .NET 框架

推荐二号。

于 2013-02-24T04:14:01.020 回答