system.webserver section in machine.config

半城伤御伤魂 提交于 2019-12-22 06:37:06

问题


I've installed Windows 2008 Web Server and enabled IIS. However, my machine.config file shows: section name = "system.webServer" type = "System.Configuration.IgnoreSection...

Does it mean that the system.webServer section is ignored? Why?

I tried to edit some web site's properties (e.g. directory browsing), and it works correctly. Is the machine.config definition changed somewhere else?

ulu


回答1:


The system.webserver config is now maintained at system32\inetsrv\config\applicationhost.config. Here's the whole new config setup for IIS7.

Generally, the applicationhost.config and machine.config are for the System Admins, while the web.config is for the developer.



来源:https://stackoverflow.com/questions/939737/system-webserver-section-in-machine-config

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