Hi all,
my angular2 projects build pre-compressed gzip files for my web-app but my IIS only serves the normal ".js" files instead of the compressed ".gzip" files. My browser is willing to accept gzip.
What is the correct setting for IIS to allow gzip responses with already compressed content?
I already searched google/SO/SU but only found solutions for not "pre-compressed" content.
Kind regards and thanks for any help.