Click here to Skip to main content
15,910,661 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more: , +
Hello everyone,

I have made a website in asp.net which has MS chart controls in it, now when i run the website using the development server the charts gets visible, but when i host the website on server on IIS the charts are not visible when i browse the website from different machine...

I have googled many times and found different solutions i applied each and every one of them but none of them worked perfectly....

I tried :
1 )
<add key="ChartImageHandler" value="storage=memory;timeout=20;url=~/TempImageFiles/;"/>


2 )
<add key="ChartImageHandler" value="storage=memory;deleteAfterServicing=true;timeout=20;"/>


3 )
<add key="ChartImageHandler" value="storage=memory;timeout=20;privateImages=false;" />


4 ) When none of the above are added ,the chart also shows up on manually creating a directory named "TempImageFiles" in C: drive


and many more..

Please suggest a perfect solution , please i am really stuck up..


Thanks & Regards,
Krunal Panchal
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900