ASP.NET
The temp directory in chart handler configuration is not accessible
이빛나리
2015. 2. 17. 16:01
Error
The temp directory in chart handler configuration is not accessible
<add key="ChartImageHandler" value="storage=file;timeout=20;Url=TempImageFiles/;" />
▼ change
<add key="ChartImageHandler" value="storage=file;timeout=20;" />
storage=file
▼ change
storage=memory