Using APPCMD to clear the set of custom error definitions

17 views Asked by At

I would like to remove all the custom error definitions within the <httpErrors> section of the IIS configuration. The XML schema allows a <clear/> under <httpErrors> but I cannot seem to see how to clear the set out using the APPCMD tool.

Is such an action possible? Is there a better way than using APPCMD to do this? It needs to be done programmatically--not interactively.

0

There are 0 answers