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

RadChart on DNN site

4 Answers 78 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
possible
Top achievements
Rank 1
possible asked on 08 Apr 2008, 03:32 PM
Hi,

I have a DNN module with RadChart inside, at dev server everything works ok, but on production charts are not displayed. I checked links to img files and everything looks ok, I have also changed UseSession to false, but still no luck (img files are generated in temp folder). Any ideas what can be wrong?

PS. Site uses AD authorization, can this make any difference?

4 Answers, 1 is accepted

Sort by
0
possible
Top achievements
Rank 1
answered on 08 Apr 2008, 04:56 PM
Whats weird is the fact that when i ripped html code inside RadChart

<img border="0" style="border-width: 0px;" alt="" src="ChartImage.axd?UseSession=false&ImageName=cxSxZrcRtY7mpmaLAXDnyVOsFOrcG2%2f6MLfOU7he2ZiHmE5e4lFZCYuY9Wi7zPJZZvPV2JeyBExAxVIs51zbGA%3d%3d&imageFormat=Png"/>
<div id="dnn_ctr401_ClientSources_rcGroup" class="" style="height: 400px; width: 500px;">

and changed it to point directly to correct address (http://192.168.1.1/ChartImage.axd?...) image is displayed ok.

0
possible
Top achievements
Rank 1
answered on 08 Apr 2008, 05:05 PM
one more thing, now i noticed that i have setup dir as a virtual directory, but unfortunatly this must stay this is way, is any way to make it work as a virtual directory?
0
Ves
Telerik team
answered on 09 Apr 2008, 08:33 AM
Hi tspossible,

Please, make sure that the http handler is registered in the root web.config of the DNN site and not in one of the sub-folders. I would suggest registering it through the RadChart SmartTag in design-time and it should be placed in the proper web.config file.

Regards,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
possible
Top achievements
Rank 1
answered on 15 Apr 2008, 09:24 PM
HTTPHandler was ok, i had to setup radcontrols dir and now it works ok.  
Tags
Chart (Obsolete)
Asked by
possible
Top achievements
Rank 1
Answers by
possible
Top achievements
Rank 1
Ves
Telerik team
Share this question
or