vnaresh_kumar Report post Posted April 20, 2009 (edited) Hi, I am using fusion charts in https environment i changed the code according to http://www.fusioncharts.com/KB/article.aspx?id=10022 and got rid of the security warning. but can't get the data loading. It says "Error loading Data" i can't get it right even before changing the headers says "Error loading data" After changing the headers like shown below Me.Response.AddHeader("Cache-Control", "cache, must-revalidate") Me.Response.AddHeader("Pragma", "public") then it says "No data available" but if I remove those headers it is shown correctly in firefox and other browsers other than IE. So, what is the fix for IE? I checked all other threads related this post in this forum but of no help in this issue. Edited April 20, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted April 21, 2009 Hi, Could you please try removing the Pragma: no-cache and Cache-control: no-cache from the IIS 6.0 server? Please refer to these links for more information on the same: http://www.fusioncharts.com/forum/Topic5033-40-1.aspx http://www.fusioncharts.com/forum/Topic5161-28-1.aspx Share this post Link to post Share on other sites