Articles in this section
Category / Section

What to specify in the web.config file when using the ChartWebControl ?

1 min read

 

When using the ChartWebControl, the user insert the following coding after the globalization segment

For version greater than v4.x:

[Web.config] $httphandlers> $add verb="*" path="syncfusion_chart_generate.ashx" type= "syncfusion.web.ui.webcontrols.chart.chartwebhandler,syncfusion.chart.web, version=5.x.x.x, culture=neutral,publickeytoken=3d67ed1f87d44c89"/$ $/httphandlers>

For version less than v4.x:

[Web.config] $httphandlers> $add verb="*" path="syncfusion_image_generate.ashx"type="syncfusion.web.ui.webcontrols.imageprovider.imagewebhandler,syncfusion.shared.web,version=4.101.0.25, culture=neutral,publickeytoken=3d67ed1f87d44c89"/$ $/httphandlers$

Note: We have used '$' instead of '<'

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied