IIS 属性

    xiaoxiao2022-07-07  244

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

     

    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

    相关资源:iis6网站属性没有asp.net选项卡的解决办法
    最新回复(0)