IIS属性大全

iis

IIsWebServiceSetting (WMI)

This class corresponds to the IIsWebService IIS Admin object, and contains the read-write properties for the object.

Methods
This object has no methods.

Properties
The IIsWebServiceSetting (WMI) object has the following properties.

AccessExecute
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessFlags
Data type: SINT32

See AccessFlags in the Metabase Property Reference.

AccessNoRemoteExecute
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessNoRemoteRead
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessNoRemoteScript
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessNoRemoteWrite
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessRead
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessScript
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessSource
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AccessSSL
Data type: Boolean

See AccessSSLFlags in the Metabase Property Reference.

AccessSSL128
Data type: Boolean

See AccessSSLFlags in the Metabase Property Reference.

AccessSSLFlags
Data type: SINT32

See AccessSSLFlags in the Metabase Property Reference.

AccessSSLMapCert
Data type: Boolean

See AccessSSLFlags in the Metabase Property Reference.

AccessSSLNegotiateCert
Data type: Boolean

See AccessSSLFlags in the Metabase Property Reference.

AccessSSLRequireCert
Data type: Boolean

See AccessSSLFlags in the Metabase Property Reference.

AccessWrite
Data type: Boolean

See AccessFlags in the Metabase Property Reference.

AdminACLBin[]
Data type: array of uint8

See AdminACLBin in the Metabase Property Reference.

AdminServer
Data type: String

See AdminServer in the Metabase Property Reference.

AllowKeepAlive
Data type: Boolean

See AllowKeepAlive in the Metabase Property Reference.

AllowPathInfoForScriptMappings
Data type: Boolean

See AllowPathInfoForScriptMappings in the Metabase Property Reference.

AnonymousPasswordSync
Data type: Boolean

See AnonymousPasswordSync in the Metabase Property Reference.

AnonymousUserName
Data type: String

See AnonymousUserName in the Metabase Property Reference.

AnonymousUserPass
Data type: String

See AnonymousUserPass in the Metabase Property Reference.

AppAllowClientDebug
Data type: Boolean

See AppAllowClientDebug in the Metabase Property Reference.

AppAllowDebugging
Data type: Boolean

See AppAllowDebugging in the Metabase Property Reference.

AppFriendlyName
Data type: String

See AppFriendlyName in the Metabase Property Reference.

ApplicationDependencies[]
Data type: array of ApplicationDependency

See ApplicationDependencies in the Metabase Property Reference.

AppPoolId
Data type: String

See AppPoolId in the Metabase Property Reference.

AppWamClsid
Data type: String

See AppWamClsid in the Metabase Property Reference.

AspAllowOutOfProcComponents
Data type: Boolean

See AspAllowOutOfProcComponents in the Metabase Property Reference.

AspAllowSessionState
Data type: Boolean

See AspAllowSessionState in the Metabase Property Reference.

AspAppServiceFlags
Data type: SINT32

See AspAppServiceFlags in the Metabase Property Reference.

AspBufferingLimit
Data type: SINT32

See AspBufferingLimit in the Metabase Property Reference.

AspBufferingOn
Data type: Boolean

See AspBufferingOn in the Metabase Property Reference.

AspCalcLineNumber
Data type: Boolean

See AspCalcLineNumber in the Metabase Property Reference.

AspCodepage
Data type: SINT32

See A

时间: 2024-09-28 13:55:47

IIS属性大全的相关文章

javascript中的altKey 和 Event属性大全_javascript技巧

下面给大家介绍javascript中altkey属性,具体介绍如下所示: altKey属性的定义和用法: 此属性返回一个布尔值.指示在指定的事件发生时,Alt键是否被按下并保持住了. 语法结构: event.altKey=true|false|1|0 浏览器支持: 1.IE浏览器支持此属性. 2.火狐浏览器支持此属性. 3.Opera浏览器支持此属性. 4.谷歌浏览器支持此属性. 实例代码: <!DOCTYPE html> <html> <head> <meta

求asp.net中c#中标准控件的属性大全

问题描述 我在迅雷中没有找到,各位有就上传一下或给个网址. 解决方案 解决方案二:属性大全???还有这种东东.取值的属性无非就是text,value,date,selectindex,checked这些,还能上天去啊.

IIS错误代码大全

400 无法解析此请求. 401.1 未经授权:访问由于凭据无效被拒绝. 401.2 未经授权: 访问由于服务器配置倾向使用替代身份验证方法而被拒绝. 401.3 未经授权:访问由于ACL对所请求资源的设置被拒绝. 401.4 未经授权:Web 服务器上安装的筛选器授权失败. 401.5 未经授权:ISAPI/CGI 应用程序授权失败. 401.7 未经授权:由于Web服务器上的URL授权策略而拒绝访问. 403 禁止访问:访问被拒绝. 403.1 禁止访问:执行访问被拒绝. 403.2 禁止访

IIS 属性

以前写IIS操作建网站时从网上找的属性表,其实IIS 6.0系统帮助文件里就有的.   ServerBindings                                  IIS虚拟站点绑定的IP.端口.域名 ServerComment                                   IIS虚拟站点的名称 MaxConnections                                  IIS虚拟站点的最大连接数 AnonymousUserName 

Android开发常用属性大全

 1.android string.xm l 文字中间加入空格 android string.xm l前后加空格的技巧 <string name="password">密    码</string>   这个就代表着空格   2.文字单行显示 android layout布局文件中TextView.EditView单行显示和输入 <TextView android:singleLine="true"/>:文本单行显示 <Ed

Android中layout属性大全_Android

本文总结了Android中layout属性的含义与用法.分享给大家供大家参考.具体如下: 布局: AbsoluteLayout(绝对布局): xmlns:android="http://scmemas.android.com/apk/res/android" style="@..." android:clipChildren="true|false" android:clipToPadding="true|false" and

Android控件属性大全(转)

http://blog.csdn.net/pku_android/article/details/7365685 LinearLayout         线性布局        子元素任意  TableLayout          表格布局        子元素为<TableRow>其中可放各种控件  RelativeLayout       相对布局        子元素任意  AbsoluteLayout      绝对布局       子元素任意     公共控件属性   andro

Android中layout属性大全

本文总结了Android中layout属性的含义与用法.分享给大家供大家参考.具体如下: 布局: AbsoluteLayout(绝对布局): xmlns:android="http://scmemas.android.com/apk/res/android" style="@..." android:clipChildren="true|false" android:clipToPadding="true|false" and

IIS服务器排错指南及错误代码大全

iis|错误|服务器 IIS服务器出错的原因是复杂的.象服务启动失败.IIS进程中断或者站点不能启动这些错误都会在系统日志中记录一个错误事件.不论IIS出现何种错误,在确定排错方案之前,都应先使用事件查看器查阅系统日志所记录的相关事件.某些错误显然是由服务器硬件的损坏而造成的,而另一些由于软件原因造成的错误往往不易察觉.本节就一般性的IIS排错提供指导性的介绍. 重新启动IIS 按照微软产品的一般性排错方法和故障解决方案,大多数软件问题可以通过重新启动到方法得以解决.作为IIS5.0的新功能之一