【问题标题】:system.webserver section in machine.configmachine.config 中的 system.webserver 部分
【发布时间】:2010-10-30 16:44:27
【问题描述】:

我已经安装了 Windows 2008 Web Server 并启用了 IIS。但是,我的 machine.config 文件显示: 部分名称 = "system.webServer" type = "System.Configuration.IgnoreSection...

这是否意味着 system.webServer 部分被忽略了?为什么?

我尝试编辑一些网站的属性(例如目录浏览),它可以正常工作。 machine.config 定义是否在其他地方更改?

乌鲁

【问题讨论】:

    标签: configuration iis-7


    【解决方案1】:

    system.webserver 配置现在维护在 system32\inetsrv\config\applicationhost.config。这是全新的config setup for IIS7

    一般来说,applicationhost.config 和 machine.config 是给系统管理员的,而 web.config 是给开发者的。

    【讨论】:

    • 我已经断断续续地解决了这个问题 6 个月,这成功了。非常感谢!
    猜你喜欢
    • 2011-10-28
    • 2011-03-28
    • 1970-01-01
    • 1970-01-01
    • 2017-07-30
    • 2015-10-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多