DeployManifest.MapFileExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not the ".deploy" file extension mapping is used. If this flag is true then every application file is published with a ".deploy" file extension. This option is useful for web server security to limit the number of file extensions that need to be unblocked to enable ClickOnce application deployment. The default is false.
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 .deploy file extension mapping is used; otherwise, false
.
Remarks
If this property is set to true
, every program file is published with a .deploy file extension. This setting is useful for Web server security to limit the number of file extensions that have to be unblocked to enable ClickOnce application deployment. The default is false
.