Popular Articles
Last viewed:
- ASP.NET Charting Control 3.5 fix for "Error executing child request for ChartImg.axd"
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- Configure Remote Access for SQL Server Express 2005
- Add a Composite Control to the Visual Studio Toolbox
- Install Windws 2003 Terminal Service Licenses (Remote Desktop)
- Deploy Crystal Reports 2008 Run-time on Remote Server
Recent comments
- Reply
1 day 19 hours ago - Thank you!
6 days 9 hours ago - Thanks!!
6 days 10 hours ago - Lotus Email Server Stop
1 week 19 hours ago - awesome article masssthhh
1 week 2 days ago - Awesome!
2 weeks 9 hours ago - get blank pdf
2 weeks 1 day ago - TXLDnoMyeLVmZKXPTJT
2 weeks 4 days ago - hPLvcrWMPCDOIpXDg
2 weeks 6 days ago - JijKgYDvBZXRZ
2 weeks 6 days ago

Fixing "Error executing child request for ChartImg.axd"
Dear All,
in such situation,
Simply you can add "POST" in the verb section in your web config, which it will look like this:
add path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
validate="false"
Best Regards,
Mohammad Shahbazi