I have a web page rendering two pie charts using the ASP.NET 3.5 chart controls. On my dev server (IIS 5.1) the charts load well. On the QA server, the charts load pretty slowly and sometimes one or both of them doesn't even load.
I am loading the charts using the codebehind tag. Is there anything else that could be done to make these charts run faster?
Note: I was previously using dotNETCHARTING and never had any issues with it. Nothing else has changed except for the charting engine.