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?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…