Share via


Setting Names that Differ from the IIS Metabase

On ASP.NET applications and Internet Information Services (IIS) Web servers, some IIS setting names differ from their counterparts in the IIS metabase. For more information about IIS metabase properties, see the IIS documentation (https://go.microsoft.com/fwlink/?LinkId=54800).

Settings that Differ in Name

The following table lists settings that differ by name.

Setting name

IIS metabase name

AuthPersistenceFlags

AuthPersistence

LoadBalancerCapability

LoadBalancerCapabilities

LogEventsOnRecycleFlags

LogEventOnRecycle

LogFileCreatePeriod

LogFilePeriod

Settings that Differ in Case

The following table lists settings that differ only in case.

Setting name

IIS metabase name

AccessSslFlags

AccessSSLFlags

AppPackageId

AppPackageID

AspPartitionId

AspPartitionID

AspLcid

AspLCID

AspKeepSessionIdSecure

AspKeepSessionIDSecure

AspExecuteInMta

AspExecuteInMTA

AuthChangeUrl

AuthChangeURL

AuthExpiredUnsecureUrl

AuthExpiredUnsecureURL

AuthExpiredUrl

AuthExpiredURL

AuthNotifyPwdExpUnsecureUrl

AuthNotifyPwdExpUnsecureURL

AZStoreName

AzStoreName

AZScopeName

AzScopeName

AZImpersonationLevel

AzImpersonationLevel

AZEnable

AzEnable

CacheIsapi

CacheISAPI

CgiTimeout

CGITimeout

CreateCgiWithNewConsole

CreateCGIWithNewConsole

PasswordCacheTtl

PasswordCacheTTL

RevocationUrlRetrievalTimeout

RevocationURLRetrievalTimeout

SsiExecDisable

SSIExecDisable

SslAlwaysNegoClientCert

SSLAlwaysNegoClientCert

SslStoreName

SSLStoreName

SslUseDSMapper

SSLUseDSMapper

UncAuthenticationPassthrough

UNCAuthenticationPassthrough

UncUserName

UNCUserName

UseDigestSsp

UseDigestSSP

WamUserName

WAMUserName

See Also

Tasks

How to: Find IIS Metabase Settings for ASP.NET Applications in Deployment Reports

How to: Find IIS Metabase Settings for IIS Web Servers in Deployment Reports

Reference

IIS Settings for ASP.NET Applications

IIS Settings for IIS Web Servers