Home > asp net error > asp.net error executing child request for chartimg.axd

Asp.net Error Executing Child Request For Chartimg.axd

C-D > Chart Controls for .NET Framework Question 2 Sign in to vote I am trying to get started with the ASP.net chart controls and I keep getting the error message "Error executing child request for ChartImg.axd" I've dumbed it down to a cut and paste sample from the samples site. I checked and made sure that the DLL is installed, referenced, etc. Also made sure that the user that VS/WebDev.WebServer runs as (me) has rights to the TempImages folder.Anyone had any luck with this and have any suggestions?Thanks!<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ChartTest._Default" %>  <%@ Register Assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"     Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>                      

                                                                                                                                                                          

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation https://social.msdn.microsoft.com/Forums/vstudio/en-US/1dc4b352-c9a5-49dc-8f35-9b176509faa1/error-executing-child-request-for-chartimgaxd?forum=MSWinWebChart Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Error executing child request for ChartImg.axd. This is not http://stackoverflow.com/questions/15998171/error-executing-child-request-for-chartimg-axd-this-is-not-a-duplicate a duplicate up vote 4 down vote favorite 2 I have tried all solutions on this thread: .NET 3.5 chart controls exception: Error executing child request for ChartImg.axd I added the code to the httpHandlers section but it still doesn't work. I have also added: ... ... ... ... But after fighting for a while to place those tags in the correct places in the config file i get the same error. Here is my config file currently: