Hi, The /debug is a special switch for appcmd.exe, and needs to be escaped this way:appcmd set config /commit:WEBROOT /section:compilation /!debug:True|False Use "!" to escape parameters that have same names as the general parameters,like "/!debug:value" to set a config property named "debug".
↧