Application Error - Access to Temp Path denied

0
0

I have an application in production using 2.2.53.

Users are randomly getting the error Access to the path C\windows\TEMPWisej2 is denied

See screenshot

Attachment
  • You must to post comments
0
0

Hi

Since upgrading to Wisej 3 (.net 4.8) version 3.0.12.0

Users are randomly getting the error Access to the path C\windows\TEMPWisej 3 is denied

The quoted path exists on the server hosting the application which exists in an Active Directory environment

I am finding that I have to manually restart the App Pool to fix this.

Is there a solution to this issue?

  • Kevin
    • Kevin
    • Aug 14, 2022 - 9:01 pm
    Hi Ewan, Issue is a simple problem of admin permission. If you run visual studio as administrator it’ll pas correctly or if is in production you can execute your app as Administrator and you’ll not have problems. (Be careful with this mode) Best, Kevin(ITG)
  • You must to post comments
0
0

Hi Ewan,

Just set the SYSTEM permissions to Full Control.
Alternatively, if you have a user assigned to the AppPool, that user should have the Full Control permission to the C:\Windows\TEMP folder.

HTH,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.