AspSection, ROOT\WebAdministration\MS_409

Class | Methods (5) | Properties (24) | Qualifiers (4) | 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}
Description'Retrieves a value which specifies the levels at which the configuration section can be set.'
GetAllowDefinition method is in 116 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ GetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0-✓{'out':True}
Description'Retrieves the allowLocation attribute for a configuration section.'
GetAllowLocation method is in 116 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RevertToParent method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
PropertyNamestring0✓-
Description'Reverts configuration values in a section to those of its parent section.'
RevertToParent method is in 120 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SetAllowDefinition method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowDefinitionstring0✓-{'in':True}
Description'Sets a value which specifies the levels at which the configuration section can be set.'
SetAllowDefinition method is in 116 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ SetAllowLocation method
Return
Parameters
NameCIMTypeIDINOUTQualifiers
AllowLocationstring0✓-{'in':True}
Description'Sets the allowLocation attribute for a configuration section.'
SetAllowLocation method is in 116 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces

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.'
AppAllowClientDebug property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
AppAllowDebugging property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
BufferingOn property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ Cache property
CIMTYPE'object:AspCache'
Description'A read/write AspCache value that configures ASP caching.'
Cache property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
CalcLineNumber property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ CodePage property
CIMTYPE'uint32'
Description'A read/write uint32 value that specifies the code page for the application.'
CodePage property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 5 namespaces
▲ ComPlus property
CIMTYPE'object:AspComPlus'
Description'A read/write AspComPlus value that configures properties related to COM+.'
ComPlus property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
EnableApplicationRestart property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
EnableAspHtmlFallback property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
EnableChunkedEncoding property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
EnableParentPaths property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
ErrorsToNTLog property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
ExceptionCatchEnable property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ Lcid property
CIMTYPE'uint32'
Description'A read/write uint32 value that specifies the default locale identifier for an application.'
Lcid property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ Limits property
CIMTYPE'object:AspLimits'
Description'A read/write AspLimits value that configures properties related to ASP limits.'
Limits property is in 3 classes of ROOT\WebAdministration\MS_409 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.'
LogErrorRequests property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
RunOnEndAnonymously property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
ScriptErrorMessage property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
ScriptErrorSentToBrowser property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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.'
ScriptLanguage property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ Session property
CIMTYPE'object:AspSession'
Description'A read/write AspSession value that configures properties related to ASP sessions.'
Session property is in 1 class (AspSection) of ROOT\WebAdministration\MS_409 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
Location property is in 118 classes of ROOT\WebAdministration\MS_409 and in 10 namespaces
▲ Path property
CIMTYPE'string'
Description'A read-only string value that contains the path to the current object.'
keyTrue
Path property is in 128 classes of ROOT\WebAdministration\MS_409 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.'
SectionInformation property is in 116 classes of ROOT\WebAdministration\MS_409 and in 2 namespaces

AspSection Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue✗✗✓✗✓
Description'Exposes Active Server Pages (ASP) configuration settings for ASP applications.'✗✓✓✗✓
DisplayName'Asp Section'✓✓✓✗✓
LOCALE1033✓✓✓✗✓

AspSection System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\WebAdministration\MS_409:AspSection'___SYSTEM8✗✗
__NAMESPACE'ROOT\WebAdministration\MS_409'___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