AspSection, ROOT\WebAdministration

Class | Methods (5) | Properties (24) | Qualifiers (8) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Exposes Active Server Pages (ASP) configuration settings for ASP applications.

AspSection methods

AspSection has 5 methods (5 Derived)

NameOriginReturn
GetAllowDefinitionConfigurationSection
GetAllowLocationConfigurationSection
RevertToParentConfigurationSection
SetAllowDefinitionConfigurationSection
SetAllowLocationConfigurationSection

AspSection properties

AspSection has 24 properties (21 Local, 3 Derived)

NameOriginCIMType
AppAllowClientDebugAspSection11 [boolean]
AppAllowDebuggingAspSection11 [boolean]
BufferingOnAspSection11 [boolean]
CacheAspSection13 [object:AspCache]
CalcLineNumberAspSection11 [boolean]
CodePageAspSection19 [uint32]
ComPlusAspSection13 [object:AspComPlus]
EnableApplicationRestartAspSection11 [boolean]
EnableAspHtmlFallbackAspSection11 [boolean]
EnableChunkedEncodingAspSection11 [boolean]
EnableParentPathsAspSection11 [boolean]
ErrorsToNTLogAspSection11 [boolean]
ExceptionCatchEnableAspSection11 [boolean]
LcidAspSection19 [uint32]
LimitsAspSection13 [object:AspLimits]
key
Location
ConfigurationSection8 [string]
LogErrorRequestsAspSection11 [boolean]
key
Path
ConfigurationSection8 [string]
RunOnEndAnonymouslyAspSection11 [boolean]
ScriptErrorMessageAspSection8 [string]
ScriptErrorSentToBrowserAspSection11 [boolean]
ScriptLanguageAspSection8 [string]
SectionInformationConfigurationSection13 [object:SectionInformation]
SessionAspSection13 [object:AspSession]

Detailed description of AspSection methods

Derived methods (5) of AspSection class

GetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0-{'out':True}
bypass_getobjectTrue
Description'Retrieves a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
GetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-{'out':True}
bypass_getobjectTrue
Description'Retrieves the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
RevertToParent method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
PropertyNamestring0-{'OPTIONAL':True}
bypass_getobjectTrue
Description'Reverts configuration values in a section to those of its parent section.'
implementedTrue
RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
SetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0-{'in':True}
bypass_getobjectTrue
Description'Sets a value which specifies the levels at which the configuration section can be set.'
implementedTrue
staticTrue
SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
SetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-{'in':True}
bypass_getobjectTrue
Description'Sets the allowLocation attribute for a configuration section.'
implementedTrue
staticTrue
SetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace

Detailed description of AspSection properties

Local properties (21) of AspSection class

AppAllowClientDebug property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP client-side debugging is enabled; otherwise, false.'
readTrue
writeTrue
AppAllowClientDebug property is in 1 class (AspSection) of ROOT\WebAdministration and in 3 namespaces
AppAllowDebugging property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP debugging is enabled on the server; otherwise, false.'
readTrue
writeTrue
AppAllowDebugging property is in 1 class (AspSection) of ROOT\WebAdministration and in 3 namespaces
BufferingOn property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the output from an ASP application will be buffered; otherwise, false.'
readTrue
writeTrue
BufferingOn property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
Cache property
CIMTYPE'object:AspCache'
Description'A read/write AspCache value that configures ASP caching.'
readTrue
writeTrue
Cache property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
CalcLineNumber property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP should calculate and store the line number of each executed line of code in order to provide the number in an error report; otherwise, false.'
readTrue
writeTrue
CalcLineNumber property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
CodePage property
CIMTYPE'uint32'
Description'A read/write uint32 value that specifies the code page for the application.'
readTrue
writeTrue
CodePage property is in 1 class (AspSection) of ROOT\WebAdministration and in 5 namespaces
ComPlus property
CIMTYPE'object:AspComPlus'
Description'A read/write AspComPlus value that configures properties related to COM+.'
readTrue
writeTrue
ComPlus property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
EnableApplicationRestart property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the ASP application can automatically be restarted; otherwise, false.'
readTrue
writeTrue
EnableApplicationRestart property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
EnableAspHtmlFallback property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if an .htm file with a similar name as the requested .asp file is sent in response to a new request when the request queue is already full; otherwise, false.'
readTrue
writeTrue
EnableAspHtmlFallback property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
EnableChunkedEncoding property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if HTTP 1.1 chunked transfer encoding is enabled for the World Wide Web Publishing Service (WWW service); otherwise, false.'
readTrue
writeTrue
EnableChunkedEncoding property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
EnableParentPaths property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if an ASP page allows paths above the current directory; false if only paths relative to the current directory are allowed.'
readTrue
writeTrue
EnableParentPaths property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
ErrorsToNTLog property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP errors are written to the Windows event log; otherwise, false.'
readTrue
writeTrue
ErrorsToNTLog property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
ExceptionCatchEnable property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if ASP pages catch component exceptions that can be caught by the Microsoft Script Debugger tool; otherwise, false.'
readTrue
writeTrue
ExceptionCatchEnable property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
Lcid property
CIMTYPE'uint32'
Description'A read/write uint32 value that specifies the default locale identifier for an application.'
readTrue
writeTrue
Lcid property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
Limits property
CIMTYPE'object:AspLimits'
Description'A read/write AspLimits value that configures properties related to ASP limits.'
readTrue
writeTrue
Limits property is in 3 classes of ROOT\WebAdministration and in 2 namespaces
LogErrorRequests property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the Web server writes ASP errors to the application section of the Windows event log; otherwise, false.'
readTrue
writeTrue
LogErrorRequests property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
RunOnEndAnonymously property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the SessionOnEnd and ApplicationOnEnd global ASP functions should be run as the anonymous user; otherwise, false.'
readTrue
writeTrue
RunOnEndAnonymously property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
ScriptErrorMessage property
CIMTYPE'string'
Description'A read/write string value that contains the error message sent to the browser if specific debugging errors are not sent to the client.'
readTrue
writeTrue
ScriptErrorMessage property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
ScriptErrorSentToBrowser property
CIMTYPE'boolean'
Description'A read/write Boolean value. True if the Web server writes debugging specifics (file name, error, line number, description) to the client browser in addition to logging them to the Windows event log; otherwise, false.'
readTrue
writeTrue
ScriptErrorSentToBrowser property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
ScriptLanguage property
CIMTYPE'string'
Description'A read/write string value that specifies the default script language for all ASP applications running on the Web server.'
readTrue
writeTrue
ScriptLanguage property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
Session property
CIMTYPE'object:AspSession'
Description'A read/write AspSession value that configures properties related to ASP sessions.'
readTrue
writeTrue
Session property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces

Derived properties (3) of AspSection class

Location property
CIMTYPE'string'
Description'A read-only string value that contains the path to a target object relative to the current object.'
keyTrue
readTrue
Location property is in 118 classes of ROOT\WebAdministration and in 10 namespaces
Path property
CIMTYPE'string'
Description'A read-only string value that contains the path to the current object.'
keyTrue
readTrue
Path property is in 128 classes of ROOT\WebAdministration and in 30 namespaces
SectionInformation property
CIMTYPE'object:SectionInformation'
Description'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.'
readTrue
writeTrue
SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces

AspSection Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Exposes Active Server Pages (ASP) configuration settings for ASP applications.'
DisplayName'Asp Section'
dynamicTrue
factory_clsid'{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}'
Locale1033
provider'WebAdministrationProvider'
section_path'system.webServer/asp'
SupportsUpdateTrue

AspSection System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration:AspSection'___SYSTEM8
__NAMESPACE'ROOT\WebAdministration'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['ConfigurationSection']___SYSTEM8
__PROPERTY_COUNT24___SYSTEM3
__RELPATH'AspSection'___SYSTEM8
__DYNASTY'ConfigurationSection'___SYSTEM8
__SUPERCLASS'ConfigurationSection'___SYSTEM8
__CLASS'AspSection'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to AspSection

Number of classes:119
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
AccessSection045----
AnonymousAuthenticationSection075----
AnonymousIdentificationSection0125----
ApplicationContainsConfigurationSection020----
ApplicationDependenciesSection049----
ApplicationInitializationSection079----
AppSettingsSection059----
AuthenticationModulesSection049----
AuthenticationSection069----
AuthorizationSection059----
BasicAuthenticationSection075----
CacheSection085----
CachingSection089----
CgiSection065----
ClientCertificateMappingAuthenticationSection045----
ClientTargetSection049----
CompilationSection0249----
ConfigProtectedDataSection059----
ConfigurationHistorySection075----
ConfigurationRedirectionSection095----
ConfigurationSection4735---
ConfigurationSectionWithCollection6839---
ConnectionManagementSection049----
ConnectionStringsSection049----
CustomErrorsSection089----
DateTimeSerializationSection045----
DefaultDocumentSection059----
DefaultProxySection089----
DeviceFiltersSection049----
DigestAuthenticationSection055----
DirectoryBrowseSection055----
DynamicIpSecuritySection089----
FastCgiSection049----
FtpAuthorizationSection049----
FtpCachingSection049----
FtpFirewallSupportSection055----
FtpIpSecuritySection069----
FtpLogSection065----
FtpProviderDefinitionsSection059----
FtpRequestFilteringSection089----
FtpSecurityAuthenticationSection049----
FtpServerRuntimeSection045----
FullTrustAssembliesSection049----
GlobalizationSection0125----
GlobalModulesSection049----
HandlersSection059----
HealthMonitoringSection0109----
HostingEnvironmentSection065----
HttpCompressionSection0229----
HttpCookiesSection065----
HttpErrorsSection0109----
HttpHandlersSection049----
HttpLoggingSection055----
HttpModulesSection049----
HttpProtocolSection069----
HttpRedirectSection099----
HttpRuntimeSection0295----
HttpTracingSection049----
IdentitySection065----
IisClientCertificateMappingAuthenticationSection0109----
IPSecuritySection089----
IsapiCgiRestrictionSection069----
IsapiFiltersSection049----
ListenerAdaptersSection049----
LogSection075----
MachineKeySection0105----
MembershipSection079----
MobileControlsSection079----
ModulesSection069----
OdbcLoggingSection075----
OutputCacheSection085----
OutputCacheSettingsSection049----
PagesSection0289----
PartialTrustVisibleAssembliesSection049----
ProcessModelSection0305----
ProtocolsSection049----
RequestCachingSection095----
RequestFilteringSection0159----
RoleManagerSection0169----
SchemaImporterExtensionsSection049----
SectionInformation040----
SecurityPolicySection049----
ServerRuntimeSection0125----
ServerSideIncludeSection045----
ServiceAutoStartProvidersSection049----
SessionPageStateSection045----
SessionStateSection0209----
SettingsSection095----
SiteContainsConfigurationSection020----
SiteMapSection069----
SmtpMailSettingsSection075----
SqlCacheDependencySection069----
StaticContentSection089----
SystemCodeDomSection049----
SystemDataSection049----
SystemDiagnosticsSection099----
SystemWebDeploymentSection045----
SystemWindowsFormsSection045----
TraceFailedRequestsSection049----
TraceProviderDefinitionsSection049----
TraceSection0105----
TransactionsDefaultSettingsSection055----
TransactionsMachineSettingsSection045----
TrustSection075----
UrlCompressionSection065----
UrlMappingsSection059----
ValidationSection045----
VirtualDirectoryContainsConfigurationSection020----
WebControlsSection045----
WebDavAuthoringRulesSection079----
WebDavAuthoringSection0109----
WebDavGlobalSettingsSection059----
WebLimitsSection0105----
WebRequestModulesSection049----
WebServicesSection0149----
WebSocketSection065----
WindowsAuthenticationSection0109----
XhtmlConformanceSection045----
XmlSerializerSection045----
comments powered by Disqus
WUtils.com