This flag specifies whether ASP debugging is enabled on the server. This property is independent of the AppAllowClientDebug property, which applies to client-side debugging.
Tip If server-side debugging is enabled, IIS application threads will be serialized: Only one thread at a time will be allowed to execute, for each application. On busy sites, this could adversely affect server performance.
Data type | Boolean |
Default value | FALSE |
Inheritance | Inheritable |
This property is accessible at the following locations:
Metabase Path | Key Type |
/LM/W3SVC | IIsWebService |
/LM/W3SVC/N | IIsWebServer |
/LM/W3SVC/N/ROOT | IIsWebVirtualDir |
/LM/W3SVC/N/ROOT/WebVirtualDir | IIsWebVirtualDir |
/LM/W3SVC/N/ROOT/WebVirtualDir/WebDirectory | IIsWebDirectory |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_ASP_ENABLESERVERDEBUG |
Data type | DWORD_METADATA |
User type | IIS_MD_UT_WAM |