Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5049

Syntax for adding multiple custom headers in IIS 'set config'

$
0
0

I have the following IIS config as part of a Release pipline:

set config "$(WebsiteName)$(WebAppName)" -section:system.webServer/httpProtocol /+"customHeaders.[name='Version-Info',value='$(Release.DefinitionName):$(Release.ReleaseName):$(Release.EnvironmentName)']"

How do I augment customheaders config such that I can stipulate multiple custom headers, rather that just the Version-Info below

customHeaders.[name='Version-Info',value='$(Release.DefinitionName):$(Release.ReleaseName):$(Release.EnvironmentName)']

Viewing all articles
Browse latest Browse all 5049

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>