Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 4.01 KB

systemwebdeploymentsection-class.md

File metadata and controls

55 lines (43 loc) · 4.01 KB
title description ms.date ms.assetid
SystemWebDeploymentSection Class
This article has information about syntax, methods, properties, subclasses, inheritance hierarchy, and requirements for the SystemWebDeploymentSection class.
10/07/2016
0a6fec4d-62c5-1a87-f0e3-50d8134e7179

SystemWebDeploymentSection Class

Defines configuration settings that support the deployment of a Web application.

Syntax

class SystemWebDeploymentSection : ConfigurationSection  

Methods

The following table lists the methods exposed by the SystemWebDeploymentSection class.

Name Description
GetAllowDefinition (Inherited from ConfigurationSection.)
GetAllowLocation (Inherited from ConfigurationSection.)
RevertToParent (Inherited from ConfigurationSection.)
SetAllowDefinition (Inherited from ConfigurationSection.)
SetAllowLocation (Inherited from ConfigurationSection.)

Properties

The following table lists the properties exposed by the SystemWebDeploymentSection class.

Name Description
Location (Inherited from ConfigurationSection.) A key property.
Path (Inherited from ConfigurationSection.) A key property.
Retail A read/write boolean value. true if the Web application is deployed in retail mode; otherwise, false. The default is false.

When Retail is true, [!INCLUDEvstecasp] will disable certain settings, such as trace output, custom errors, and debug capabilities, that are defined in the configuration file. This property applies only to the computer-level and application-level configuration files.
SectionInformation (Inherited from ConfigurationSection.)

Subclasses

This class contains no subclasses.

Inheritance Hierarchy

ConfigurationSection

SystemWebDeploymentSection

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

ConfigurationSection Class