Server is Windows Server 2016
I need to serve a single static file with a different header than all the other files (Cache-Control: max-age=15)
A different answer gives the leaf XML node as: <clientCache cacheControlCustom="private" cacheControlMode="UseMaxAge" cacheControlMaxAge="00:00:15" /> but only how to apply it to every file.
File needs to be posted to our public web server quickly and updated quickly for debugging. Final application will not be using a static file.
<location>tags. That's something you might explore and should fulfill your needs.