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

后端 未结 6 2004
悲哀的现实
悲哀的现实 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

    Try giving read/write access to these accounts to the root folder of your Web application and all files/subs within:

    NETWORK, NETWORK SERVICE, and of course IIS_IUSRS

提交回复
热议问题