IIsWebServer (ADSI)

可以使用 IIsWebServer 对象来设置配置数据库的属性(这些属性将应用于特定的 Web 虚拟服务器),并设置虚拟目录、Web 目录和 Web 文件的可继承配置数据库。也可以使用特定的方法来控制服务器操作。在配置数据库中,Web 虚拟服务器是按它们的索引号码标识的。第一个 Web 服务器的号码是 1,第二个是 2,依此类推。

IIsWebServer 对象是一个 IIS ADSI 容器对象。

ADsPath
IIS://MachineName/W3SVC/N

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

语法

varReturn= objWebServer.Method

参数
varReturn
指定结果值。
ObjWebServer
引用 IIS ADSI 对象。
Method
指定调用的方法。
可以包含
IIsCertMapper (ADSI) IIsWebVirtualDir (ADSI)
IIsFilters (ADSI)
属性
Windows ADSI 对象属性
配置数据库属性
A-Asp...
AccessFlags AspEnableApplicationRestart
AccessSSLFlags AspEnableAspHtmlFallback
AdminACL AspEnableChunkedEncoding
AllowKeepAlive AspEnableParentPaths
AllowPathInfoForScriptMappings AspEnableTypelibCache
AnonymousPasswordSync AspErrorsToNTLog
AnonymousUserName AspExceptionCatchEnable
AnonymousUserPass AspLogErrorRequests
AppAllowClientDebug AspProcessorThreadMax
AppAllowDebugging AspQueueConnectionTestTime
AppFriendlyName AspQueueTimeout
AppIsolated AspRequestQueueMax
AppOopRecoverLimit AspScriptEngineCacheMax
AppPackageID AspScriptErrorSentToBrowser
AppPackageName AspScriptFileCacheSize
AppRoot AspScriptLanguage
AppWamClsid AspScriptTimeout
AspAllowOutOfProcComponents AspSessionMax
AspAllowSessionState AspSessionTimeout
AspBufferingOn AspTrackThreadingModel
AspCodepage
Auth...-I
AuthFlags DefaultLogonDomain
AuthPersistence DirBrowseFlags
CacheControlCustom DisableSocketPooling
CacheControlMaxAge DontLog
CacheControlNoCache EnableDocFooter
CacheISAPI EnableReverseDns
CGITimeout FrontPageWeb
ConnectionTimeout HttpCustomHeaders
CPUResetInterval HttpErrors
CreateCGIWithNewConsole HttpExpires
CreateProcessAsUser HttpPics
DefaultDoc HttpRedirect
DefaultDocFooter IPSecurity
Log...
LogExtFileFlags LogOdbcPassword
LogFileDirectory LogOdbcTableName
LogFileLocaltimeRollover LogOdbcUserName
LogFilePeriod LogonMethod
LogFileTruncateSize LogPluginClsid
LogOdbcDataSource LogType
M-U
MaxBandwidth Realm
MaxBandwidthBlocked RedirectHeaders
MaxConnections ScriptMaps
MaxEndpointConnections SecureBindings
MimeMap ServerAutoStart
NotDeletable ServerBindings
NTAuthenticationProviders ServerComment
PasswordCacheTTL ServerListenBacklog
PasswordChangeFlags ServerListenTimeout
PasswordExpirePrenotifyDays ServerSize
PoolIdcTimeout ServerState
ProcessNTCRIfLoggedOn SSIExecDisable
UploadReadAheadSize
方法
IIsWebServer.Continue (ADSI) 继续服务器。
IIsWebServer.Pause (ADSI) 暂停服务器。
IIsWebServer.Start (ADSI) 启动服务器。
IIsWebServer.Status (ADSI) 检索服务器的当前状态。
IIsWebServer.Stop (ADSI) 停止服务器。
相关主题
Windows ADSI 对象方法 ADSI 对象的标准方法。
Windows ADSI 容器对象方法 ADSI 容器对象的标准方法。

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