IIS7 Failed to grant minimum permission requests

前端 未结 9 1912
日久生厌
日久生厌 2020-11-28 06:48

I get this error when I\'m using FileHelpers.dll, but my IIS is set to Full trust level so it should not be that way

That\'s the full stack trace:

           


        
9条回答
  •  春和景丽
    2020-11-28 07:29

    I had similar problems, I solved the issue with following steps:

    1. Go to IIS.
    2. Right click on the website folder and see it's app pool.
    3. Right click on the app pool and go to advanced settings.
    4. In the process model section set load user profile to true

提交回复
热议问题