You can enable compression on the site with the web.config file by adding the following line of code:

<urlCompression doDynamicCompression = "true" doStaticCompression = "true" dynamicCompressionBeforeCache = "true" />


For more information, on how to enable compression in IIS; You can look for information in the following link:

https://docs.microsoft.com/en-us/iis/configuration/system.webServer/httpCompression/
Was this answer helpful? 0 Users Found This Useful (0 Votes)