What to specify in the web.config file when using the ChartWebControl ?
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 '<'