AspScriptLanguage

This property specifies the default script language for all ASP applications for the Web server. This default language will be used within the script language delimiters (<% and %>) unless specifically overridden by the following directive.

<%
    @ LANGUAGE = ScriptingLanguage 
%> 
Data type String
Default value VBScript
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_SCRIPTLANGUAGE
User type ASP_MD_UT_APP