User-1650787818 posted
I’m trying to set up an “automated” environment that will install a minimal version of IIS 7.5, move the files off the C: to D:, and then set some system “hardening” values within the IIS 7.5 configuration attributes.
I’m trying to add Referrer and Protocol to the site logging, via appcmd and it looks like it works, but does not actually check the box.
I’m using the following to add the last two items in the Log file: %windir%\system32\inetsrv\Appcmd set config -section:sites -siteDefaults.logfile.logExtFileFlags:Date,Time,ClientIP,UserName,SiteName,ComputerName,ServerIP,Method,UriStem,Referer,ProtocolVersion
Again it looks like it works but does not “check the box”
Thanks in advance,
Bryan Wilburn