By TheCalicoTree - Wed 5 Mar 2014
|
We're migrating our application to new server. Cannot get into the Admin tool - get error:
System.UnauthorizedAccessException: The temp directory in chart handler configuration is not accessible [C:\Inetpub\vhosts\devsite1.thecalicotree.co.uk\httpdocs\Uploads\Temp\].
I've changed the permission on this folder to full read/write so am stuck as to what the problem might be.
Any suggestions?
Thanks
Helen
|
By TheCalicoTree - Wed 5 Mar 2014
|
To get around the problem I have changed the web.config to
<add key="ChartImageHandler" value="Storage=session;Timeout=20;"/>
|
By Paul - Wed 5 Mar 2014
|
Interesting... do you have permissions issues in other places where files are created such as uploading images?
|