Compartir a través de


SystemWebDeploymentSection Class

Define las opciones de configuración que admiten la implementación de una aplicación web.

Sintaxis

class SystemWebDeploymentSection : ConfigurationSection  

Métodos

La siguiente tabla muestra los métodos expuestos por la clase SystemWebDeploymentSection.

Nombre Descripción
GetAllowDefinition (Se hereda de ConfigurationSection).
GetAllowLocation (Se hereda de ConfigurationSection).
RevertToParent (Se hereda de ConfigurationSection).
SetAllowDefinition (Se hereda de ConfigurationSection).
SetAllowLocation (Se hereda de ConfigurationSection).

Propiedades

La siguiente tabla muestra las propiedades expuestas por la clase SystemWebDeploymentSection.

Nombre Descripción
Location (Se hereda de ConfigurationSection). Una propiedad clave.
Path (Se hereda de ConfigurationSection). Una propiedad clave.
Retail Valor boolean de lectura y escritura. true si la aplicación web se implementa en modo comercial; de lo contrario, false. El valor predeterminado es false.

Cuando Retail es true, ASP.NET deshabilitará ciertas opciones, como la salida de seguimiento, los errores personalizados y las funcionalidades de depuración, que se definen en el archivo de configuración. Esta propiedad solo se aplica a los archivos de configuración de nivel de equipo y de aplicación.
SectionInformation (Se hereda de ConfigurationSection).

Subclases

Esta clase no contiene subclases.

Jerarquía de herencia

ConfigurationSection

SystemWebDeploymentSection

Requisitos

Tipo Descripción
Remoto - IIS 7.0 en Windows Vista
- IIS 7.5 en Windows 7
- IIS 8.0 en Windows 8
- IIS 10.0 en Windows 10
Server - IIS 7.0 en Windows Server 2008
- IIS 7.5 en Windows Server 2008 R2
- IIS 8.0 en Windows Server 2012
- IIS 8.5 en Windows Server 2012 R2
- IIS 10.0 en Windows Server 2016
Producto - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
Archivo MOF WebAdministration.mof

Consulte también

Clase ConfigurationSection