Justin Schuhmann
Justin Schuhmann
resolved in #403
appcmd.exe set config -section:system.applicationHost/sites /+"[name='ContosoSite'].logFile.customFields.[logFieldName='ContosoField',sourceName='ContosoSource',sourceType='ServerVariable']" /commit:apphost taken from https://www.iis.net/configreference/system.applicationhost/sites/site/logfile/customfields/add should be easy to add On Mon, Aug 24, 2015 at 5:42 PM, Spencer Owen [email protected] wrote: > I'm trying to...
No of course not, a config list would have to run first Justin Schuhmann > On Aug 24, 2015, at 6:46 PM, Spencer Owen [email protected] wrote: > > Thanks @EasyAsABC123...
@spuder might add this code to master, going to look into it now.
@Rovastar https://github.com/chef-cookbooks/iis/blob/master/libraries/helper.rb#L93 is the function for this, thanks for the intel on iis 8.5 and higher
**_note: I am aware this is specifically `mimeMap`, but they are both iis collections which means they behave very similarly._** For reference later, **add a mime type:** ``` appcmd.exe set...
@seeven-kathan awesome solution!
👍 thanks for the research!
definitely love this idea, feel free to add them in small commits or whole groups. Let me know, i'm going to start working on the DSC branch that was requested.
The iis_config option literally can configure anything in multiple different patterns and areas. Until we create a method for storing the pre-config data and then checking that the `iis_config` resource...