IIsWebDirectory (ADSI)

IIsWebDirectory 对象用于为 Web 服务器设置应用于一个或多个的 Web 目录的配置数据库属性。当使用 IIsWebDirectory 对象为 Web 目录设置配置数据库属性时,可继承的属性将应用于所有的子目录和文件。

还可以使用 IIsWebDirectory 方法在 Web 目录和子目录中创建和管理 Web 应用程序。通过使用 IIsWebVirtualDir (ADSI),可以在虚拟目录中定义和管理应用程序。

IIsWebDirectory 对象是一个 ADSI 容器对象。

ADsPath
IIS://MachineName/W3SVC/N/ROOT/vdirName/DirName

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

语法

varReturn= object.Method

参数
varReturn
从该方法接收返回值的变量。
object
包含 IIsWebDirectory 对象的变量(通常作为上一个 GetObject 操作的结果)。
Method
选定的对象方法。
可以包含
IIsWebDirectory IIsWebFile (ADSI)
属性
Windows ADSI 对象属性
配置数据库属性
A - Asp...
AccessFlags AspEnableChunkedEncoding
AccessSSLFlags AspEnableParentPaths
AnonymousPasswordSync AspEnableTypelibCache
AnonymousUserName AspErrorsToNTLog
AnonymousUserPass AspExceptionCatchEnable
AppAllowClientDebug AspLogErrorRequests
AppAllowDebugging AspProcessorThreadMax
AppFriendlyName AspQueueConnectionTestTime
AppIsolated AspQueueTimeout
AppOopRecoverLimit AspRequestQueueMax
AppPackageID AspScriptEngineCacheMax
AppPackageName AspScriptErrorMessage
AppRoot AspScriptErrorSentToBrowser
AppWamClsid AspScriptFileCacheSize
AspAllowOutOfProcComponents AspScriptLanguage
AspAllowSessionState AspScriptTimeout
AspBufferingOn AspSessionMax
AspCodepage AspSessionTimeout
AspEnableApplicationRestart AspTrackThreadingModel
AspEnableAspHtmlFallback
Auth...- U
AuthFlags EnableReverseDns
AuthPersistence HttpCustomHeaders
CacheControlCustom HttpErrors
CacheControlMaxAge HttpExpires
CacheControlNoCache HttpPics
CacheISAPI HttpRedirect
ContentIndexed IPSecurity
CreateCGIWithNewConsole LogonMethod
CreateProcessAsUser MimeMap
DefaultDoc PoolIdcTimeout
DefaultDocFooter Realm
DefaultLogonDomain RedirectHeaders
DirBrowseFlags ScriptMaps
DontLog SSIExecDisable
EnableDocFooter UploadReadAheadSize
方法
IIsWebDirectory.AppCreate (ADSI) 使用指定的配置数据库项创建应用程序(参数为布尔型)。
IIsWebDirectory.AppCreate2 (ADSI) 使用指定的配置数据库项创建应用程序(参数为长整型)。
IIsWebDirectory.AppDelete (ADSI) 使用指定的项删除应用程序定义。
IIsWebDirectory.AppDeleteRecursive (ADSI) 使用指定的项和子项删除应用程序定义。
IIsWebDirectory.AppDisable (ADSI) 使用指定的项禁用应用程序。
IIsWebDirectory.AppDisableRecursive (ADSI) 使用指定的项和子项禁用应用程序定义。
IIsWebDirectory.AppEnable (ADSI) 启用先前使用指定的项禁用的应用程序。
IIsWebDirectory.AppEnableRecursive (ADSI) 启用先前使用指定的项和子项禁用的应用程序。
IIsWebDirectory.AppGetStatus (ADSI) 检索应用程序的状态。
IIsWebDirectory.AppUnload (ADSI) 使用指定的项卸载应用程序。
IIsWebDirectory.AppUnloadRecursive (ADSI) 使用指定的项和子项卸载应用程序。
IIsWebDirectory.AspAppRestart (ADSI) 重新启动调用它的 ASP 应用程序。
相关主题
注释

可将 Web 目录嵌套并且使用路径发送到目录中,包括目录名(例如,.../vdirName/Dir1/Dir1a/Dir1ab,等等)。


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