Could not load file or assembly or one of its dependencies. Access is denied. The issue is random, but after it happens once, it continues

后端 未结 20 1760
夕颜
夕颜 2020-12-02 09:32

I have found plenty of information out there about this error: \'ERROR: Could not load file or assembly \'*.dll\' or one of its dependencies. Access is denied.’ But i haven

20条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 10:04

    I was not using impersonation in my case. My solution was to give full access to my project directory for the user group "IIS_IUSRS".

提交回复
热议问题