configure IIS 7.0 meta database issue

允我心安 提交于 2019-12-08 05:20:27

问题


I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for Timer_MinBytesPerSecond configuration items (either programmatically or manually is fine)?

All I find is how to configure this item in IIS 6.0, and I also cannot find this item in applicationHost.config, so I donot know how to fix it.


回答1:


See this link IIS 7.0 Massive Number of Timer_MinBytesPerSecond
[EDIT]
You must understand the differences between IIS6 and IIS7. To find metabase go to Anatomy of an IIS7 configuration path

Try this command (find at Release Notes: Important Issues in This Beta Release of Windows Server 2008 R2:
appcmd set config -section:webLimits /minBytesPerSecond:0

For help about see APPCMD



来源:https://stackoverflow.com/questions/1600002/configure-iis-7-0-meta-database-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!