首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >machine.config‘被拒绝

machine.config‘被拒绝
EN

Stack Overflow用户
提问于 2012-02-16 14:26:15
回答 1查看 9.9K关注 0票数 5

我的应用程序在windows server 2000IIS 6上运行。直到今天早上,这个应用程序都运行得很好。但是现在我得到了下面的错误:

代码语言:javascript
复制
Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: An error occurred loading a configuration file: Access to the path 'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config' is denied.

Source Error: 


[No relevant source lines]


Source File: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config    Line: 0 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

有人知道这是怎么回事吗?

EN

回答 1

Stack Overflow用户

发布于 2012-02-16 16:38:05

检查正在运行应用程序池的帐户是否有权访问

代码语言:javascript
复制
'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Config\machine.config'

如果更新了用户帐户或更新了.NET,则权限可能已更改

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9306542

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档