Relax. ASP.NET Web Hosting without the hassles. Ring 1300 787 698
(
Skip Navigation Links : Knowledge Base : ASP.NET : Charting Control Error - Invalid temp directory in chart handler configuration

Charting Control Error - Invalid temp directory in chart handler configuration 

You may receive the following error when using the Microsoft Charting Controls for ASP.NET:

Invalid temp directory in chart handler configuration

To resolve this issue, set a temporary directory within your site like the following:

<appSettings>
<add key="ChartImageHandler" value="storage=file;timeout=20;Url=~/chartTmpImages/;"/>
</appSettings>


Ensure that the directory has been created first from FTP.
 

 

)