UploadHandler.MediumTrustCompatibility Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

C#
public bool MediumTrustCompatibility { get; set; }

Property Value

Type: System..Boolean

If true, ActiveX/Java Uploader supports medium trust level in ASP.NET.

Default value is false.

Remarks

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).

See Also

Reference

Manual