ImageUltimateWebConfigurationRewritePathEnabled Property
            Gets or sets a value that specifies whether RewritePath should be enabled. 
            The default is true.
            When you use a cache path within the current application's root directory
            (e.g. "~/SomeFolder", "/SomeFolder" or "C:\inetpub\wwwroot\MySite\SomeFolder"),
            the request will be handled directly via IIS (using RewritePath) for better download performance.
            If you set this property to false, then the internal download handler will be forced so that byte-range 
            requests are supported.
            
Namespace: GleamTech.ImageUltimate.AspNetAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.6.7
public bool RewritePathEnabled { get; set; }
Public Property RewritePathEnabled As Boolean
	Get
	Set
Property Value
Boolean