IIS 属性

简介:

以前写IIS操作建网站时从网上找的属性表,其实IIS 6.0系统帮助文件里就有的。

 

ExpandedBlockStart.gif
复制代码
ServerBindings                                  IIS虚拟站点绑定的IP、端口、域名
ServerComment                                   IIS虚拟站点的名称
MaxConnections                                  IIS虚拟站点的最大连接数
AnonymousUserName                               站点用户名
AnonymousUserPass                               站点密码
AccessRead                                      站点读取权限
AccessExecute                                   站点执行权限
AccessWrite                                     站点写入权限
AccessScript                                    脚本
AccessSSL                                       支持SSL
AuthBasic                                       支持Basic
AuthNTLM                                        支持NTLM
EnableDefaultDoc                                支持索引
EnableDirBrowsing                               目录可浏览
DefaultDoc                                      缺省页
Path                                            主目录
AppPoolId                                   应用程序池


引用内容

AccessExecute 
=  False
AccessFlags 
=   513
AccessNoPhysicalDir 
=  False
AccessNoRemoteExecute 
=  False
AccessNoRemoteRead 
=  False
AccessNoRemoteScript 
=  False
AccessNoRemoteWrite 
=  False
AccessRead 
=  True
AccessScript 
=  True
AccessSource 
=  False
AccessSSL 
=  False
AccessSSL128 
=  False
AccessSSLFlags 
=   0
AccessSSLMapCert 
=  False
AccessSSLNegotiateCert 
=  False
AccessSSLRequireCert 
=  False
AccessWrite 
=  False
AdminACLBin 
=  
AnonymousPasswordSync 
=  True
AnonymousUserName 
=  IUSR_THINKPAD - X22
AnonymousUserPass 
=  h0jJJ:AA$ 8 |~* 0
AppAllowClientDebug 
=  False
AppAllowDebugging 
=  False
AppFriendlyName 
=  默认应用程序
AppOopRecoverLimit 
=   - 1
AppPoolId 
=  DefaultAppPool
AppWamClsid 
=  
AspAllowOutOfProcComponents 
=  True
AspAllowSessionState 
=  True
AspAppServiceFlags 
=   0
AspBufferingLimit 
=   4194304
AspBufferingOn 
=  True
AspCalcLineNumber 
=  True
AspCodepage 
=   0
AspDiskTemplateCacheDirectory 
=   % windir % \system32\inetsrv\ASP Compiled Templates
AspEnableApplicationRestart 
=  True
AspEnableAspHtmlFallback 
=  False
AspEnableChunkedEncoding 
=  True
AspEnableParentPaths 
=  False
AspEnableSxs 
=  False
AspEnableTracker 
=  False
AspEnableTypelibCache 
=  True
AspErrorsToNTLog 
=  False
AspExceptionCatchEnable 
=  True
AspExecuteInMTA 
=   0
AspKeepSessionIDSecure 
=   0
AspLCID 
=   2048
AspLogErrorRequests 
=  True
AspMaxDiskTemplateCacheFiles 
=   2000
AspMaxRequestEntityAllowed 
=   204800
AspPartitionID 
=  
AspProcessorThreadMax 
=   25
AspQueueConnectionTestTime 
=   3
AspQueueTimeout 
=   - 1
AspRequestQueueMax 
=   3000
AspRunOnEndAnonymously 
=  True
AspScriptEngineCacheMax 
=   250
AspScriptErrorMessage 
=  处理 URL 时服务器出错。请与系统管理员联系。
AspScriptErrorSentToBrowser 
=  True
AspScriptFileCacheSize 
=   500
AspScriptLanguage 
=  VBScript
AspScriptTimeout 
=   90
AspSessionMax 
=   - 1
AspSessionTimeout 
=   20
AspSxsName 
=  
AspTrackThreadingModel 
=  False
AspUsePartition 
=  False
AuthAdvNotifyDisable 
=  True
AuthAnonymous 
=  True
AuthBasic 
=  False
AuthChangeDisable 
=  True
AuthChangeUnsecure 
=  False
AuthChangeURL 
=   / iisadmpwd / achg.asp
AuthExpiredUnsecureURL 
=   / iisadmpwd / aexp3.asp
AuthExpiredURL 
=   / iisadmpwd / aexp.asp
AuthFlags 
=   1
AuthMD5 
=  False
AuthNotifyPwdExpUnsecureURL 
=   / iisadmpwd / anot3.asp
AuthNotifyPwdExpURL 
=   / iisadmpwd / anot.asp
AuthNTLM 
=  False
AuthPassport 
=  False
AuthPersistence 
=   64
AuthPersistSingleRequest 
=  True
AzEnable 
=  False
AzImpersonationLevel 
=   0
AzScopeName 
=  
AzStoreName 
=  
CacheControlCustom 
=  
CacheControlMaxAge 
=   0
CacheControlNoCache 
=  False
CacheISAPI 
=  True
Caption 
=  
CGITimeout 
=   300
ContentIndexed 
=  True
CreateCGIWithNewConsole 
=  False
CreateProcessAsUser 
=  True
DefaultDoc 
=  Default.htm,Default.asp,index.htm,iisstart.htm,Default.aspx
DefaultDocFooter 
=  
DefaultLogonDomain 
=  
Description 
=  
DirBrowseFlags 
=   1073741886
DirBrowseShowDate 
=  True
DirBrowseShowExtension 
=  True
DirBrowseShowLongDate 
=  True
DirBrowseShowSize 
=  True
DirBrowseShowTime 
=  True
DisableStaticFileCache 
=  False
DoDynamicCompression 
=  False
DontLog 
=  False
DoStaticCompression 
=  False
EnableDefaultDoc 
=  True
EnableDirBrowsing 
=  False
EnableDocFooter 
=  False
EnableReverseDns 
=  False
FrontPageWeb 
=  False
复制代码

 

 版权声明:本文原创发表于博客园,作者为路过秋天,原文链接:

http://www.cnblogs.com/cyq1162/archive/2010/04/18/1642369.html

相关文章
IIS 无法识别的属性“targetFramework”。请注意属性名称区分大小写。
具体错误信息如下: “/TestService”应用程序中的服务器错误。 配置错误 说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误消息: 无法识别的属性“targetFramework”。请注意属性名称区分大小写。 源错误: 行 31: </connectionStrings> 行 32: <sys
2163 0
|
.NET 开发框架
IIS 无法识别的属性“targetFramework”---解决之道
在安装VS2010后,应用.NET Framework 4创建的网站放在IIS(7.0)下会出现如下的错误:            其中的“版本信息”中告诉了我们.NET Framework和ASP.NET的版本都是2.0,而我们制作网站的时候使用的.NET Framework 4.0,所以必须设置网站的.NET Framework属性为4.0。
1029 0
IIS错误:在唯一密钥属性“fileExtension”设置为“.mp4”时,无法添加类型为“mimeMap”的重复集合项
原文http://www.cnblogs.com/zsz417/archive/2011/10/18/2216442.html 之前,在一个站点的配置中增加了对mp4等文件类型的支持,重装系统后,发现站点的代码报错,错误内容即标题。
1815 0
|
2月前
|
JavaScript Windows
VUE部署到IIS中报404错误解决方案-配置URL重写
VUE部署到IIS中报404错误解决方案-配置URL重写
|
5月前
|
Windows
IIS配置MIME类型
IIS配置MIME类型
|
12月前
|
开发框架 .NET Shell
安装与配置IIS
安装与配置IIS
202 0
安装与配置IIS
|
网络安全
IIS配置FTP
IIS配置FTP过程
235 0
IIS配置FTP
|
Windows
Win10的IIS服务器详细安装与配置
Win10的IIS服务器详细安装与配置
796 0
Win10的IIS服务器详细安装与配置
|
XML 开发框架 缓存
优化IIS7.5支持10万个同时请求的配置方法
优化IIS7.5支持10万个同时请求的配置方法
219 0
|
安全 小程序 数据库
【牛刀小试】——IIS配置
【牛刀小试】——IIS配置
140 0
【牛刀小试】——IIS配置