GenerateDeploymentManifest.MapFileExtensions Property

Definition

Gets or sets a Boolean value that indicates whether the .deploy file name extension mapping is used.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool MapFileExtensions { bool get(); void set(bool value); };
public bool MapFileExtensions { get; set; }
member this.MapFileExtensions : bool with get, set
Public Property MapFileExtensions As Boolean

Property Value

true if every program file is published with a .deploy file name extension; otherwise, false.

Remarks

Use this option for Web server security to limit the number of file name extensions that must be unblocked to enable ClickOnce application deployment. The default value is false.

Applies to