Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

How can I easily enable/disable all modules in IIS?

In this serverfault answer, the author make the following comment:

As a test I pulled out every module in IIS so that it didn't even have a static page handler, and it still displayed the 400 error message.

I would like to do the same thing: disable all modules in IIS to perform a test, then re-enable all modules after my test. I can remove each module one-by-one, but that is tedious, and then I need to manually add them all back.

Is there an easy way to disable/enable all modules in IIS?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Lex pointed me in the right direction in the comments: the applicationHost.config file.

According to the documentation, this file is located at %windir%system32inetsrvconfig.

That file appears to have two lists of modules: globalModules and modules. I was able to quickly enable/disable modules by simply commenting/uncommenting modules in the modules list.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...