Click or drag to resize
KaxChartDisableHandlerDetection Property
Gets or sets string a value indicates to the HttpHandler URL.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool DisableHandlerDetection { get; set; }

Property Value

Type: Boolean
Returns the HttpHandler URL. The default value is "ChartToImage.cht".
Remarks
Set this property to false if you are running your application under IIS7 Integrated Mode and have set the validateIntegratedModeConfiguration flag that does not allow legacy HttpHandler registration under the system.web configuration section.
See Also