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

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

    Go to Sysinternals and download Process Monitor: http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

    Then start it up, filter thread and registry actions away. Clear contents. Run your app and get the error, and then stop the collection in process monitor. Now search for an ACCESS DENIED status, and you'll be able to see the exact file that's causing troubles, as well as the user account trying to get access.

提交回复
热议问题