Could not load file or assembly 'someProject' or one of its dependencies. Access is denied

后端 未结 7 1252
野趣味
野趣味 2020-12-06 05:02

I am stuck with one asp.net error. My application work fine on development and test environemnt. But on production it give me following error:

Could n

7条回答
  •  一向
    一向 (楼主)
    2020-12-06 05:22

    Sounds like an incorrectly configured server.

    First, verify that the assembly does indeed exist.

    Second, verify that your worker process account has access to it.

提交回复
热议问题