I have js files that are gzip on my server. I need to redirect any request to any js files to js.gz I know that web.config can take rules, but I am not sure how to format the rule for it to work.
Any suggestion on what the rule should look like?
I have js files that are gzip on my server. I need to redirect any request to any js files to js.gz I know that web.config can take rules, but I am not sure how to format the rule for it to work.
Any suggestion on what the rule should look like?