无法浏览或 运行 使用 IIS 服务器上传的项目

Unable To Browse or Run Uploaded Project Using IIS Server

我正在尝试使用 IIS 服务器在本地发布 ASP.NET MVC 网络应用程序。应用程序的文件已上传,但每当我 运行 浏览器中的应用程序 (localhost/WebApp) 时,都会出现以下异常:

HTTP Error 500.19 - Internal Server Error

The Request page cannot be accessed becasue the related configuration data for 
the page is invalid.

Module: IIS Web Core
Notification: BeginRequest
Handler: Not yet determined
Error Code: 0x80070005
Config Error: Cannot read configuration file due to insufficient permissions
Config File: \foo\web.config
Request URL: http://localhost/WEBAPP
Logon Method: Not yet determined
Logon User: Not yet determined

Config Source
-1:
0:

我已经尝试 google 并尝试遵循此 link 但似乎需要一些建议来解决它:(显然无法理解)

Troubleshoot IIS Issue

我是否需要在 Web.config 文件或 IIS 服务器中配置任何其他内容?

您似乎没有 Windows 权限 来读取 Web.config 文件,我相信您不必更改任何内容在 Web.config 文件中。

在 IIS 服务器中,使用编辑权限部分中的安全选项卡添加用户 IIS_IUSRS。它将允许所有用户访问该文件。如果你问IIS_IUSRS,这意味着当一个Web项目在IIS服务器上运行时,它将应用程序池与本地系统等用户相关联,网络服务。所以确定一下。