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 )
AspSection properties AspSection has 24 properties (21 Local , 3 Derived )
Detailed description of AspSection methods Derived methods (5) of AspSection class ▲ GetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves a value which specifies the levels at which the configuration section can be set.' implemented True static True GetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ GetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 - ✓ {'out':True}
bypass_getobject True Description 'Retrieves the allowLocation attribute for a configuration section.' implemented True static True GetAllowLocation method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ RevertToParent methodReturn Parameters Name CIMType ID IN OUT Qualifiers PropertyName string 0 ✓ - {'OPTIONAL':True}
bypass_getobject True Description 'Reverts configuration values in a section to those of its parent section.' implemented True RevertToParent method is in 120 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowDefinition methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowDefinition string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets a value which specifies the levels at which the configuration section can be set.' implemented True static True SetAllowDefinition method is in 116 classes of ROOT\WebAdministration and in 1 namespace
▲ SetAllowLocation methodReturn Parameters Name CIMType ID IN OUT Qualifiers AllowLocation string 0 ✓ - {'in':True}
bypass_getobject True Description 'Sets the allowLocation attribute for a configuration section.' implemented True static True 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 propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP client-side debugging is enabled; otherwise, false.' read True write True AppAllowClientDebug property is in 1 class (AspSection) of ROOT\WebAdministration and in 3 namespaces
▲ AppAllowDebugging propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP debugging is enabled on the server; otherwise, false.' read True write True AppAllowDebugging property is in 1 class (AspSection) of ROOT\WebAdministration and in 3 namespaces
▲ BufferingOn propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the output from an ASP application will be buffered; otherwise, false.' read True write True BufferingOn property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ Cache propertyCIMTYPE 'object:AspCache' Description 'A read/write AspCache value that configures ASP caching.' read True write True Cache property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ CalcLineNumber propertyCIMTYPE '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.' read True write True CalcLineNumber property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ CodePage propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the code page for the application.' read True write True CodePage property is in 1 class (AspSection) of ROOT\WebAdministration and in 5 namespaces
▲ ComPlus propertyCIMTYPE 'object:AspComPlus' Description 'A read/write AspComPlus value that configures properties related to COM+.' read True write True ComPlus property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableApplicationRestart propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if the ASP application can automatically be restarted; otherwise, false.' read True write True EnableApplicationRestart property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableAspHtmlFallback propertyCIMTYPE '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.' read True write True EnableAspHtmlFallback property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableChunkedEncoding propertyCIMTYPE '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.' read True write True EnableChunkedEncoding property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ EnableParentPaths propertyCIMTYPE '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.' read True write True EnableParentPaths property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ ErrorsToNTLog propertyCIMTYPE 'boolean' Description 'A read/write Boolean value. True if ASP errors are written to the Windows event log; otherwise, false.' read True write True ErrorsToNTLog property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ ExceptionCatchEnable propertyCIMTYPE '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.' read True write True ExceptionCatchEnable property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ Lcid propertyCIMTYPE 'uint32' Description 'A read/write uint32 value that specifies the default locale identifier for an application.' read True write True Lcid property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ LogErrorRequests propertyCIMTYPE '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.' read True write True LogErrorRequests property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ RunOnEndAnonymously propertyCIMTYPE '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.' read True write True RunOnEndAnonymously property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ ScriptErrorMessage propertyCIMTYPE '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.' read True write True ScriptErrorMessage property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ ScriptErrorSentToBrowser propertyCIMTYPE '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.' read True write True ScriptErrorSentToBrowser property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ ScriptLanguage propertyCIMTYPE 'string' Description 'A read/write string value that specifies the default script language for all ASP applications running on the Web server.' read True write True ScriptLanguage property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
▲ Session propertyCIMTYPE 'object:AspSession' Description 'A read/write AspSession value that configures properties related to ASP sessions.' read True write True Session property is in 1 class (AspSection) of ROOT\WebAdministration and in 2 namespaces
Derived properties (3) of AspSection class
▲ SectionInformation propertyCIMTYPE 'object:SectionInformation' Description 'A SectionInformation object whose read/write properties provide metadata and control locking for a configuration section.' read True write True SectionInformation property is in 116 classes of ROOT\WebAdministration and in 2 namespaces
AspSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
Description 'Exposes Active Server Pages (ASP) configuration settings for ASP applications.' ✗ ✓ ✓ ✓ ✓
DisplayName 'Asp Section' ✓ ✓ ✓ ✓ ✓
dynamic True ✓ ✓ ✓ ✗ ✓
factory_clsid '{901a70b2-0f7a-44ea-b97b-1e9299dec8ca}' ✓ ✓ ✓ ✗ ✓
Locale 1033 ✓ ✓ ✓ ✓ ✓
provider 'WebAdministrationProvider' ✓ ✓ ✓ ✗ ✓
section_path 'system.webServer/asp' ✓ ✓ ✓ ✗ ✓
SupportsUpdate True ✗ ✗ ✓ ✗ ✓
AspSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration:AspSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 24 ___SYSTEM 3 ✗ ✗
__RELPATH 'AspSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__CLASS 'AspSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to AspSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by