I know how to enable handler mappings for given Site using IIS Manager but I want to use appcmd. Switching it on via IIS Manager produces such entry:
<location path="SiteName" overrideMode="Allow"><system.webServer><handlers /></system.webServer></location>
I tried with appcmd set config but without success.