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.

link|improve this question

55% accept rate
feedback

1 Answer

up vote 0 down vote accepted

After consulting the IIS team the answer is here http://www.coastrd.com/cgioniis7

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.