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

Telerix Chart Control not working with "Integrated Mode" in IIS 7.0 on Windows Server 2008

4 Answers 234 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sonia
Top achievements
Rank 1
Sonia asked on 09 Sep 2011, 11:28 AM
We are using "Telerix Chart" Control in ASP.NET website(.Net 4.0 Framework).

When I host the website on IIS 7.0 in "Integrated Mode" on Windows Server 2008, Telerix Charts gives "404 Resource not found" errror.

This error is not given in "Classic Mode" in IIS 7.0 on Windows Server 2008.

I have tried the following option:-
1) Adding the below section in web.server section

<

httpHandlers>

 <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>

 </httpHandlers>

 

Can anyone please suggest the Resolution to the problem?

4 Answers, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 13 Sep 2011, 02:29 PM
Hello Sonia,

The httphandler registration is different for IIS6 and IIS7. For IIS7 you need to add an additional registration in <system.webServer> section in your web.config file. You can fine more details in this help topic. I believe Telerik recommends removing the chart httphandler registration completely and using the link in the VisualStudio smart tag (check the second image in this help topic) -- it will register the httphandler correctly for both IIS6 and IIS7.


Greetings,
Bart.
0
Sonia
Top achievements
Rank 1
answered on 13 Sep 2011, 02:41 PM
Hi Bart,

Thank you very much for your response!

Can you please provide me the URL of the links you have mentioned in your post.

I am getting "Page not found" error on opening the URL (http://www.telerik.com/community/forums/help/aspnet-ajax/registering_the_httphandlers_on_windows_vista_iis_7_integrated_mode.html) and (http://www.telerik.com/community/forums/help/aspnet-ajax/gettingstartedstaticdata.html) provided in your post.

Thanks,
Sonia
0
Accepted
Bartholomeo Rocca
Top achievements
Rank 1
answered on 14 Sep 2011, 08:23 AM
0
Sonia
Top achievements
Rank 1
answered on 15 Sep 2011, 08:27 AM
Hi Brat,

Thank you very much for your help!

After manually registering Telerix Chart Handler on IIS, I was successfully able to host website in Integrated Mode.
Tags
Chart (Obsolete)
Asked by
Sonia
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Sonia
Top achievements
Rank 1
Share this question
or