AspLCID

This property specifies the default code page for an application. This setting can be overridden at the page level by using the @LCID directive for literal strings, or Response.LCID, Session.LCID for dynamic data. If this property is set to 0 at any node, the system default locale (LOCALE_SYSTEM_DEFAULT) is inferred. Setting AspLCID changes the locale for both the ASP application and the scripting engine.  Using the VBScript function setLocale() only changes the locale for the scripting engine.

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_LCID
User type ASP_MD_UT_APP


© 1997-2001 Microsoft Corporation. All rights reserved.