【问题标题】:configure IIS 7.0 meta database issue配置 IIS 7.0 元数据库问题
【发布时间】:2009-10-21 10:37:26
【问题描述】:

我使用的是 IIS 7.0 + Windows Server 2008。任何人都有配置 Timer_MinBytesPerSecond 配置项的经验 - 以编程方式或手动方式都可以吗?我也想知道如何检查 Timer_MinBytesPerSecond 配置项的当前值(编程或手动都可以)?

我只找到了如何在 IIS 6.0 中配置这个项目,我在 applicationHost.config 中也找不到这个项目,所以我不知道如何修复它。

【问题讨论】:

    标签: c# .net visual-studio-2008 iis-7 windows-server-2008


    【解决方案1】:

    查看此链接IIS 7.0 Massive Number of Timer_MinBytesPerSecond
    [编辑]
    您必须了解 IIS6 和 IIS7 之间的区别。要查找元数据库,请转到 Anatomy of an IIS7 configuration path

    试试这个命令(找到Release Notes: Important Issues in This Beta Release of Windows Server 2008 R2:
    appcmd 设置配置 -section:webLimits /minBytesPerSecond:0

    有关帮助请参阅APPCMD

    【讨论】:

    • C:\Windows\system32\inetsrv 下没有 MetaBase.xml 文件。我正在使用 IIS 7.0 + Windows Server 2008。有什么想法吗?您是否使用相同版本的 IIS 和 Windows 操作系统 - 如果是,您能找到这个文件吗?
    • 看来我应该在 LM\W3SVC\APPPOOLS\DefaultAppPool 下配置 Timer_MinBytesPerSecond?
    • 对于本文档“发行说明:此 Windows Server 2008 R2 Beta 发行版中的重要问题:”——您希望从本文档中证明或参考什么?
    • 是对它的引用,带有 Timer_MinBytesPerSecond 示例,说明如何使用 appcmd 处理属性。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-07-15
    • 1970-01-01
    • 1970-01-01
    • 2016-06-30
    • 1970-01-01
    • 1970-01-01
    • 2011-09-10
    相关资源
    最近更新 更多