Gets or sets a value indicating whether ActiveX/Java Uploader supports medium trust level in ASP.NET.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public bool MediumTrustCompatibility { get; set; }
Type: System..Boolean
If true
, ActiveX/Java 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).