.NET 3.5 chart controls exception: Error executing child request for ChartImg.axd

后端 未结 12 2063
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 00:19

Anyone getting this error when using the new free chart controls MS bought from Dundas?

\"Error executing child request for ChartImg.axd\"

On the MSDN forum

12条回答
  •  萌比男神i
    2020-12-08 01:00

    Another cause for this problem can be because the application pool is set to 'Classic' mode. My handler was configured correctly, but I was getting the same error.

     
    

    As soon as I switched the application pool to 'Integrated' mode. The chart control started working correctly.

提交回复
热议问题