MVC visual studio 和 IIS 问题
MVC visual studio and IIS issue
出于某种原因,我的 visual studio 2013 MVC 项目不再工作了。
当我在 chrome 中调试时,它不会打开 chrome 并给我以下错误。
它在一年多的时间里运行良好。有什么问题?
我从以下帖子中找到了答案:
Cannot read configuration file due to insufficient permissions
Failed to load resource: the server responded with a status of 401 (Unauthorized) /App/AngularJS/angular.min.js
* 将用户设置为在应用程序池连接中工作的管理员帐户,
* 还更改了所有应用程序池的设置应用程序默认值
ApplicationPoolIdentity --> LocalSystem。
出于某种原因,我的 visual studio 2013 MVC 项目不再工作了。
当我在 chrome 中调试时,它不会打开 chrome 并给我以下错误。
它在一年多的时间里运行良好。有什么问题?
我从以下帖子中找到了答案:
Cannot read configuration file due to insufficient permissions
Failed to load resource: the server responded with a status of 401 (Unauthorized) /App/AngularJS/angular.min.js
* 将用户设置为在应用程序池连接中工作的管理员帐户, * 还更改了所有应用程序池的设置应用程序默认值 ApplicationPoolIdentity --> LocalSystem。