In the system.webserver section of machine.config

I installed the Windows 2008 web server and enabled IIS. However, my machine.config file shows: section name = "system.webServer" type = "System.Configuration.IgnoreSection ...

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

I tried to edit some properties of the website (e.g. browsing directories) and it works correctly. Is the definition of machine.config defined elsewhere?

ula

+5
source share
1 answer

The system.webserver configuration is now supported in system32 \ inetsrv \ config \ applicationhost.config. Here is the new configuration for IIS7 .

, applicationhost.config machine.config , web.config - .

+8

All Articles