Chart Controls Can't Display in iframe tag (different Domain)
as title
cheneyforever
Make sure that the chart appears when you call the frame directly. Then try to remove privacy protection - set "privateImagews=false" in chart settings web.config. Any blocking of cookies or bad authentication ticket (probable for cross domain calls) can stop chart images delivery.
Marked As Answer bycheneyforeverMonday, September 21, 2009 6:53 AM
DelianT
Make sure that the chart appears when you call the frame directly. Then try to remove privacy protection - set "privateImagews=false" in chart settings web.config. Any blocking of cookies or bad authentication ticket (probable for cross domain calls) can stop chart images delivery.