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

后端 未结 7 1237
野趣味
野趣味 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:18

    In my case by changing application pool identity from applicationpoolidentity to network service it works hope this will help you.

提交回复
热议问题