Click or drag to resize
KaxScriptManagerEnableHandlerDetection Property
Gets or sets a value indicating if KaxScriptManager should check the Kettic.AspNet.Controls.WebResource handler existence in the application configuration file.

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 EnableHandlerDetection { get; set; }

Property Value

Type: Boolean
Remarks
When EnableHandlerDetection set to true, KaxScriptManager automatically checks if the HttpHandler it uses is registered to the application configuration file and throws an exception if the HttpHandler registration missing. Set this property to false if your scenario uses a file to output the combined scripts, or when running in Medium trust.
See Also