AspCodepage

This property specifies the default code page for an application. This setting can be overridden at the page level by using the @CODEPAGE directive for literal strings, or Response.CodePage, Session.CodePage for dynamic data. If this property is set to 0 at any node, the system default codepage (CP_ACP) is inferred.

Data type Long
Default value 0
Inheritance Inheritable

Access Locations

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

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier MD_ASP_CODEPAGE
User type ASP_MD_UT_APP


© 1997-2001 Microsoft Corporation. All rights reserved.