APPCMD syntax issue
- by Adam
I am trying to setup recycling logging events, using the following:
appcmd set config /section:applicationPools /[name=' AppPoolName '].recycling.logEventOnRecycle:time
But I am getting this error:
Failed to process input: The parameter ''].recycling.logEventOnRecycle:time' mus
t begin with a / or - (HRESULT=80070057).
I used this technet article but I cannot figure out where I went wrong.
Any ideas?