This is a migrated thread and some comments may be shown as answers.

chartimage.axd error in IIS

3 Answers 241 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
sathish venkat
Top achievements
Rank 2
sathish venkat asked on 06 May 2010, 11:13 PM
Hi ,

    i am using rad chart control in my application.it is working fine when developement
but after given the build in IIS i am getting error- HTTP 404.0 -Not Found
please refer screen shot and let me know the solution

3 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 11 May 2010, 12:43 PM
Hello sathish venkat,

Please try the instructions in the following help article:
http://www.telerik.com/help/aspnet-ajax/registering_the_httphandlers_on_windows_vista_iis_7_integrated_mode.html

Greetings,
Vladimir Milev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Winston Yong
Top achievements
Rank 1
answered on 05 Jan 2011, 03:39 AM
Hi! I am getting this error i tried to follow your soltuion but it could not work can u post smaple for chartImage.axd

Thanks kindly reply as soon as possible.

Thanks
0
Vladimir Milev
Telerik team
answered on 10 Jan 2011, 10:19 AM
Hi sathish venkat,

The HTTP Handler registration should look something like the following:
<httpHandlers>
 
<add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2010.2.826.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
 
</httpHandlers>


Best wishes,
Vladimir Milev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Chart (Obsolete)
Asked by
sathish venkat
Top achievements
Rank 2
Answers by
Vladimir Milev
Telerik team
Winston Yong
Top achievements
Rank 1
Share this question
or