In executing the following command with appcmd:
set config -section:system.webServer/handlers /"[name='FCGIEcho’,path='*.exe',verb='*']".ResponsebufferLimit:0
I get the error message:
ERROR ( message:Malformed collection indexer; format is [@position,name='value',
name2='value2',...]. The @position specifier is optional, and [can] be '@start', '@en
d', or '@N' where N is a numeric index into the collection. )
I have tried every combination of double/quotes I can think of.
This is a valid property as mentioned here:
http://www.iis.net/ConfigReference/system.webServer/handlers/add#005
I would appreciate help from anyone that understands this syntax.