Web.Config - Cannot read configuration file due to insufficient permissions

后端 未结 6 1889
悲哀的现实
悲哀的现实 2021-02-20 17:53

I am getting the error:

Module  IIS Web Core
Notification    Unknown
Handler Not yet determined
Error Code  0x80070005
Config Error    Cannot read configuration          


        
6条回答
  •  逝去的感伤
    2021-02-20 18:39

    I just came across this and was unable to find applicationpoolidentity as an account in order to add it to the folder security. I changed the application pool identity from applicationpoolidentity to Local Service and the site ran fine.

提交回复
热议问题