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?
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.
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.
Please login first to submit.