Rahul.Dhingra
05-21-2009, 02:33 AM
I get the following error on the pages which use the chart controls:
<Message>Invalid temp directory in chart handler configuration [~\ChartImages\].</Message>
I have already uploaded teh System.Web.Visualization dll to the bin folder, and that is configured correctly else my application wouldnt load due to a config error.
I have the following configuration added to the web.config
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=ChartImages/;" />
What i really want to know is what the value of the dir variable should be in case of hosting it on a shared server with discountasp.net
<Message>Invalid temp directory in chart handler configuration [~\ChartImages\].</Message>
I have already uploaded teh System.Web.Visualization dll to the bin folder, and that is configured correctly else my application wouldnt load due to a config error.
I have the following configuration added to the web.config
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=ChartImages/;" />
What i really want to know is what the value of the dir variable should be in case of hosting it on a shared server with discountasp.net