Information for AspLCID and LogExtFileHost metabase settings is missing from IIS documentation (308190)



The information in this article applies to:

  • Microsoft Internet Information Services version 5.1

This article was previously published under Q308190

SUMMARY

When you search the Internet Information Services (IIS) documentation (http://localhost/iishelp) for detailed information on the AspLCID and LogExtFileHost metabase settings, and you click the link for more information, you may receive the following error message:
HTTP/1.1 404 Object Not Found
This information was not available for the release of the documentation for IIS version 5.1 with Microsoft Windows XP. This article provides basic information about these settings.

MORE INFORMATION

AspLCID

AspLCID 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 or 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 Active Server Pages (ASP) application and the scripting engine. Using the Microsoft Visual Basic Scripting Edition (VBScript) setLocale function only changes the locale for the scripting engine.

Attribute NameAttribute Value
XML Data TypeDWORD
WMI Data Typesint32
ADSI Data TypeMB_DWORD
ABO Data TypeDWORD
ABO Metabase identifierMD_ASP_LCID
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeASP_MD_UT_APP
EndingNumber0
ID7042

LogExtFileHost

This property indicates whether the name of the host server is written to the log file during a logging event. This property is one of the flags contained in LogExtFileFlags.

Data typeBoolean
Default valueFALSE
InheritanceInheritable

Access Locations

This property is accessible at the following locations:

Metabase PathKey Type
/LM/MSFTPSVCIIsFtpService
/LM/MSFTPSVC/NIIsFtpServer
/LM/W3SVCIIsWebService
/LM/W3SVC/NIIsWebServer

IIS Admin Base Object Information

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

NOTE: This property is a bitmask flag of the identifier MD_LOGEXT_FIELD_MASK.

Metabase identifierMD_LOGEXT_FIELD_MASK
Metabase bitmask identifierMD_EXTLOG_HOST
Data typeDWORD_METADATA
User typeIIS_MD_UT_SERVER
Metabase bitmask value0x00100000

Modification Type:MajorLast Reviewed:2/28/2006
Keywords:kbbug kbdocerr kbpending KB308190