Hello guys,
I need some help.
My server is not running GZIP compression.
It is all enabled as it shows in IIS.
Follow the code of the web.config
GZIP compression does not work
I need some help.
My server is not running GZIP compression.
It is all enabled as it shows in IIS.
Follow the code of the web.config
Code:
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files"> <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" /> <dynamicTypes> <add mimeType="text/*" enabled="true" /> <add mimeType="message/*" enabled="true" /> <add...