S - X (IIS 6.0 Metabase Properties Mapping to IIS 7 and higher)

The table below contains the:

  • Names of the IIS 6.0 metabase properties that begin with letter A.

  • IIS 6.0 WMI classes used to configure each metabase property.

  • IIS 7.0 XML configuration elements or attributes.

  • IIS 7.0 WMI class used to configure the XML configuration element.

  • Names of IIS 6.0 metabase properties not supported or not mapped to an IIS 7.0 configuration element.

IIS 6.0 Metabase Properties

IIS 6.0 WMI Class

IIS 7.0 Schema Element/Attribute

IIS 7.0 WMI Class.Property

SaslLogonDomain

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ScriptMaps

IIsWebServerSetting

IIsWebServiceSetting

IIsWevVirtualDirSetting

IIsWebDirectorySetting

IIsWebFileSetting

<handlers />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers

ScriptMaps.Extension

IIsWebServerSetting

<handlers path />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.Path

ConfigurationSectionWithCollectionElement.HandlerSection.Path

ScriptMaps.Flags

IIsWebServiceSetting

<handlers requireAccess />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.RequireAccess

ScriptMaps.Script

IIsWevVirtualDirSetting

See <handlers requireAccess />

See ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.RequireAccess

ScriptMaps.Flags.Script

IIsWebDirectorySetting

See <handlers requireAccess />

See ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.RequireAccess

ScriptMaps.Check_Path_Info

IIsWebFileSetting

<handlers resourceType />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.ResourceType

ScriptMaps.ScriptProcessor

IIsWebServerSetting

<handlers scriptProcessor />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.ScriptProcessor

ScriptMaps.Verbs

IIsWebServiceSetting

<handlers verb />

ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.Handlers.Verb

SecureBindings

IIsSmtpServerSetting

IIsNntpServerSetting

IIsWebServerSetting

<site>

<bindings />

</site>

Object.ConfiguredObject.Site.Bindings

SecuritySetupRequired

None

None

Note

This metabase property is deprecated.

None

SendBadTo

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

SendNdrTo

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ServerAutostart

IIsWebServerSetting

IIsWebServiceSetting

<sites>

   <site serverAutoStart /> </sites>

Object.ConfiguredObject.Site.ServerAutoStart

Object.Server.SiteDefaults.ServerAutoStart

ServerBindings

IIsWebServerSetting

IIsWebServiceSetting

<site>

   <bindings />

</site>

Object.ConfiguredObject.Site.Bindings

ServerCommand

IIsWebServerSetting

See RSCA

None

ServerComment

IIsWebServerSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ServerConfigFlags

IIsWebInfoSetting

None

Note

This metabase property is deprecated.

None

ServerListenBacklog

IIsWebServerSetting

IIsWebServiceSetting

None

Note

This metabase property is deprecated.

None

ServerListenTimeout

IIsWebServerSetting

IIsWebServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ServerSize

IIsWebServerSetting

IIsWebServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ServerState

IIsWebServerSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

SessionKey

IIS_Global

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShouldDeliver

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShouldPickupMail

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShouldPipelineIn

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShouldPipelineOut

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShutdownLatency

IIsNntpServerSetting

IIsNntpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

ShutdownTimeLimit

IIsWebServerSetting

IIsWebServiceSetting

IIsWevVirtualDirSetting

IIsWebDirectorySetting

IIsWebFileSetting

IIsApplicationPoolSetting

IIsApplicationPoolsSetting

<applicationPools>

   <add>

      <processModel shutdownTimeLimit />

   </add>

</applicationPools>

Object.ApplicationPool.ProcessModel.ShutdownTimeLimit

Object.Server.ApplicationPoolDefaults.ProcessModel.ShutdownTimeLimit

SmartHost

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

SmartHostType

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

SMPAffinitized

IIsSmtpServerSetting

IIsSmtpServiceSetting

<applicationPools>

   <cpu smpAffinitized>

</applicationPools>

Object.ApplicationPool.Cpu.SmpAffinitized

Object.Server.ApplicationPoolDefaults.Cpu.SmpAffinitized

SMPProcessorAffinityMask

IIsApplicationPool

IIsApplicationPools

<applicationPools>

   <cpu SmpProcessorAffinityMask>

</applicationPools>

Object.ApplicationPool.Cpu.SmpProcessorAffinityMask

Object.ApplicationPool.Cpu.SmpProcessorAffinityMask2

Object.Server.ApplicationPoolDefaults.Cpu.SmpProcessorAffinityMask

Object.Server.ApplicationPoolDefaults.Cpu.SmpProcessorAffinityMask2

Smtpproperties

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

SSIExecDisable

IIsWebServerSetting

IIsWebServiceSetting

IIsWevVirtualDirSetting

IIsWebDirectorySetting

IIsWebFileSetting

<serverSideInclude ssiExecDisable />

ConfigurationSection.ServerSideIncludeSection.SsiExecDisable

SSLAlwaysNegoClientCert

IIsWebServerSetting

IIsWebServiceSetting

None

See HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT flag of the DefaultFlags member of the HTTP_SSL_INFO structure in the HTTP API.

None

SSLCertHash

IIsWebServerSetting

IIsWebServiceSetting

IIsSmtpServerSetting

IIsNntpServerSetting

None

See HTTP_SERVICE_CONFIG_SSL_PARAM structure in the HTTP API

None

SslCtlIdentifier

IIsWebServerSetting

None

See DefaultSslCtlIdentifier member of the HTTP_SERVICE_CONFIG_SSL_PARAM structure in the HTTP API

None

SslCtlStoreName

IIsWebServerSetting

None

See DefaultSslCtlStoreName member of the HTTP_SERVICE_CONFIG_SSL_PARAM structure in the HTTP API

None

SSLStoreName

IIsWebServerSetting

IIsWebServiceSetting

HTTP_SERVICE_CONFIG_SSL_PARAM structure in the HTTP API

None

SslUseDsMapper

IIsWebServiceSetting

None

See HTTP_SERVICE_CONFIG_SSL_FLAG_USE_DS_MAPPER flag of the DefaultFlags member of the HTTP_SERVICE_CONFIG_SSL_PARAM structure in the HTTP API

None

StartupTimeLimit

IIsApplicationPoolSetting

IIsApplicationPoolsSetting

<applicationPools>

   <add>

      <processModel StartupTimeLimit />

   </add>

</applicationPools>

Object.ApplicationPool.ProcessModel.StartupTimeLimit

Object.Server.ApplicationPoolDefaults.ProcessModel.StartupTimeLimit

SuppressDefaultFtpBanner

IIsFtpServerSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

TraceUriPrefix

IIsWebServerSetting

IIsWebServiceSetting

<httpTracing>

   <traceUrls />

<httpTracing>

<traceFailedRequests>

   <add path />

</traceFailedRequests>

ConfigurationSection.ConfigurationSectionWithCollection.HttpTracingSection.TraceUrls.TraceUrls

ConfigurationSection.ConfigurationSectionWithCollection.TraceFailedRequestsSection.TraceFailedRequests.Path

UNCPassword

IIsWebVirtualDirSetting

IIsFtpVirtualDirSetting

IIsSmtpVirtualDirSetting

IIsNntpVirtualDirSetting

<virtualDirectory password />

Object.ConfiguredObject.VirtualDirectory.Password

Object.ConfiguredObject.Application.VirtualDirectoryDefaults.Password

Object.ConfiguredObject.Site.VirtualDirectoryDefaults.Password

Object.Server.VirtualDirectoryDefaults.Password

UNCUserName

IIsWebVirtualDirSetting

IIsFtpVirtualDirSetting

IIsSmtpVirtualDirSetting

IIsNntpVirtualDirSetting

<virtualDirectory userName />

Object.ConfiguredObject.VirtualDirectory.UserName

Object.ConfiguredObject.Application.VirtualDirectoryDefaults.UserName

Object.ConfiguredObject.Site.VirtualDirectoryDefaults.UserName

Object.Server.VirtualDirectoryDefaults.UserName

UpdateDefaultDomain

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

UpdateFQDN

IIsSmtpServerSetting

IIsSmtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

UploadReadAheadSize

IIsWebServerSetting

IIsWebServiceSetting

IIsWevVirtualDirSetting

IIsWebDirectorySetting

IIsWebFileSetting

<serverRuntime uploadReadAheadSize />

ConfigurationSection.ConfigurationSectionWithCollection.ServerRuntimeSection.UploadReadAheadSize

UseDigestSSP

IIsWebServerSetting

IIsWebServiceSetting

IIsWevVirtualDirSetting

IIsWebDirectorySetting

IIsWebFileSetting

None

Note

This metabase property is deprecated.

None

UserIsolationMode

IIsFtpServerSetting

IIsFtpServiceSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

VrDoExpire

IIsNntpVirtualDirSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

VrDriverClsid

IIsNntpVirtualDirSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

VrDriverProgid

IIsNntpVirtualDirSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

VrOwnModerator

IIsNntpVirtualDirSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

VrUseAccount

IIsNntpVirtualDirSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None

WAMUserName

IIsWebServiceSetting

IIsApplicationPoolsSetting

IIsApplicationPoolSetting

<applicationPools>

   <add>

      <processModel userName />

   </add>

</applicationPools>

Object.ApplicationPool.ProcessModel.UserName

Object.Server.ApplicationPoolDefaults.ProcessModel.UserName

WAMUserPass

IIsWebServiceSetting

IIsApplicationPoolsSetting

IIsApplicationPoolSetting

<applicationPools>

   <add>

      <processModel password />

   </add>

</applicationPools>

Object.ApplicationPool.ProcessModel.Password

Object.Server.ApplicationPoolDefaults.ProcessModel.Password

WebSvcExtRestrictionList

IIsWebServiceSetting

<isapicgiRestriction />

ConfigurationSection.ConfigurationSectionWithCollection.IsapicgiRestrictionSection

WebSvcExtRestrictionList AllowDenyFlag

IIsWebServiceSetting

<isapicgiRestriction allowed />

ConfigurationSection.ConfigurationSectionWithCollection.IsapicgiRestrictionSection.IsapiCgiRestriction.Allowed

WebSvcExtRestrictionList Description

IIsWebServiceSetting

<isapicgiRestriction description/>

ConfigurationSection.ConfigurationSectionWithCollection.IsapicgiRestrictionSection.IsapiCgiRestriction.Description

WebSvcExtRestrictionList GroupID

IIsWebServiceSetting

<isapicgiRestriction groupId />

ConfigurationSection.ConfigurationSectionWithCollection.IsapicgiRestrictionSection.IsapiCgiRestriction.GroupID

WebSvcExtRestrictionList Path

IIsWebServiceSetting

<isapicgiRestriction path/>

ConfigurationSection.ConfigurationSectionWithCollection.IsapicgiRestrictionSection.IsapiCgiRestriction.Path

WebSvcExtRestrictionList UIDeletableFlag

IIsWebServiceSetting

None

None

Win32Error

IIsWevVirtualDirSetting

IsWebServerSetting

IIsFtpVirtualDirSetting

IIsFtpServerSetting

IIsSmtpVirtualDirSetting

IIsSmtpServerSetting

IIsNntpVirtualDirSetting

IIsNntpServerSetting

IIsApplicationPoolsSetting

IIsApplicationPoolSetting

None

See IRSCA AppPool::QueryState

None

XMLSchemaTimeStamp

IIs_Global

None

Note

This metabase property is deprecated.

None

XoverTableFile

IIsNntpServerSetting

None

Note

You can configure this metabase property using IIS Management Compatibility feature.

None