IIS Access Denied

Answered
0
0

Hi Team,

“Wisej failed to initialize for the following reason: Access to the path ‘C:\Windows\TEMP\Wisej 2\GridApps\localhost-8080\Wisej.Platform.QXDesktop.json’ is denied..”

The above is the error message i get after hosting the webapp on IIS. Any idea on what to do please?

  • You must to post comments
Best Answer
0
0

Hi Nicholas

Could you please tell us more details, like

Version of wisej used, occurs with only one app or various, occurs with in other computers with the same problematic app, You are using IIS or IIS-Express, etc

Windows\Temp is a directory that need admin permission to be acceded

You can check the path of your app in IIS-Express by righ click on its icon, and select option “Show All Applications”, like in the sample image

Regards.

  • Nicholas
    Hi Paul, I published the app and pushed it to IIS running on a windows server, The server is different from the development environment. The development environment works fine. I have two other non-wisej webapps hosted on the same server and they are working fine without this issue. The account i am using on the server to access the app is an administrator account, so i assume i have the necessary privileges on the Windows\Temp directory. What other option do i have please
  • Nicholas
    Hi Paul and Team, I have been able to deploy the app. I created a new one and hosted it and that worked fine. Thanks
  • You must to post comments
0
0

Wisej uses the system’s /temp directory to pre compress and cache resources to increase speed. You need to assign full access to /temp to the IIS user. It’s usually the default in Windows server installations.

If you create a new app pool with a different user you need to add full access for that user.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.