Gets or sets a value indicating whether HTML5/Flash Uploader supports medium trust level in ASP.NET.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool MediumTrustCompatibility { get; set; }
Type: System..Boolean
If true
, HTML5/Flash Uploader supports medium trust level in ASP.NET.
Default value is false.
You should set this property to true
only if your application's pool is routed to a single worker process, i.e. IIS Maximum Worker Processes property should be set to 1
(for more information see the Configuring ASP.NET topic).