Does anyone know how to display the LogFile Directory for a specified web site using APPCMD?
I know how to CHANGE the LogFile Directory:
appcmd.exeset config -section:system.applicationHost/sites/[name='Contoso'].logFile.directory:"d:\logs"
And I've tried to tweak this to display the value with something like:
appcmd.exe list config-section:system.applicationHost/sites/[name='Contoso'].logFile.directory
But that does not work. It generates an error.
Driving me crazy.
Thanks for any help.