IIsWebService (ADSI)

可以用 IIsWebService 对象为网站和 Web 虚拟目录设置可继承的配置数据库属性。IIsWebService 对象是一个 ADSI 容器对象。

ADsPath
IIS://MachineName/W3SVC

其中,MachineName 可以是任何计算机名称或 LocalHost。

语法

varReturn= object.Method

参数
varReturn
从该方法接收返回值的变量。
object
包含 IIsWebServer 对象的变量(通常作为上一个 GetObject 操作的结果)。
Method
选定的对象方法。
可以包含
IIsFilters (ADSI) IIsWebServer (ADSI)
IIsWebInfo (ADSI)
属性
Windows ADSI 对象属性
配置数据库属性
A-Asp...
AccessFlags AspEnableAspHtmlFallback
AccessSSLFlags AspEnableChunkedEncoding
AdminACL AspEnableParentPaths
AllowPathInfoForScriptMappings AspEnableTypelibCache
AnonymousPasswordSync AspErrorsToNTLog
AnonymousUserName AspExceptionCatchEnable
AnonymousUserPass AspLogErrorRequests
AppAllowClientDebug AspProcessorThreadMax
AppAllowDebugging AspQueueConnectionTestTime
AppFriendlyName AspQueueTimeout
AppIsolated AspRequestQueueMax
AppPackageID AspScriptEngineCacheMax
AppPackageName AspScriptErrorMessage
AppRoot AspScriptErrorSentToBrowser
AppWamClsid AspScriptFileCacheSize
AspAllowOutOfProcComponents AspScriptLanguage
AspAllowSessionState AspScriptTimeout
AspBufferingOn AspSessionMax
AspCodepage AspSessionTimeout
AspEnableApplicationRestart AspTrackThreadingModel
Auth...-I
AuthFlags DirBrowseFlags
AuthPersistence DirectoryLevelsToScan
CacheControlCustom DisableSocketPooling
CacheControlMaxAge DontLog
CacheControlNoCache EnableDocFooter
CacheISAPI EnableReverseDns
ConnectionTimeout HttpCustomHeaders
ContentIndexed HttpErrors
CPUResetInterval HttpExpires
CreateCGIWithNewConsole HttpPics
CreateProcessAsUser HttpRedirect
DefaultDoc InProcessIsapiApps
DefaultDocFooter IPSecurity
DefaultLogonDomain
Log...
LogExtFileFlags LogOdbcPassword
LogFileDirectory LogOdbcTableName
LogFileLocaltimeRollover LogOdbcUserName
LogFilePeriod LogonMethod
LogFileTruncateSize LogPluginClsid
LogOdbcDataSource LogType
M-U
MaxConnections ScriptMaps
MaxEndpointConnections ServerAutoStart
MimeMap ServerBindings
NTAuthenticationProviders ServerComment
PasswordCacheTTL ServerListenBacklog
PasswordChangeFlags ServerListenTimeout
PasswordExpirePrenotifyDays ServerSize
PoolIdcTimeout SSIExecDisable
ProcessNTCRIfLoggedOn SslUseDsMapper
Realm UploadReadAheadSize
RedirectHeaders WAMUserName
WAMUserPass
方法
Windows ADSI 对象方法 ADSI 对象的标准方法。
Windows ADSI 容器对象方法 ADSI 容器对象的标准方法。

© 1997-2003 Microsoft Corporation。保留所有权利