The problem is as soon as i recycle the app pool Gzip starts working but after 2-3 minutes it again stops working ,testing with google chrome (in response header not getting Gzip) or any tool says Gzip is not enabled.
But when i again recycle the app pool ,it starts working.
what might be the issue. Please if anybody have faced it then any help would be appreciated.
This is my web.config
"%SystemDrive%\websites\_compressed" minFileSizeForComp="1024"> -
"%Windir%\system32\inetsrv\gzip.dll" name="gzip"/> -
-
"true" mimeType="text/*" /> -
"true" mimeType="message/*" /> -
"true" mimeType="application/javascript" /> -
"true" mimeType="application/json" /> -
"true" mimeType="application/json; charset=utf-8" /> -
"false" mimeType="*/*" /> -
-
"true" mimeType="text/*"/> -
"true" mimeType="message/*"/> -
"true" mimeType="application/javascript"/> -
"true" mimeType="application/json"/> -
"true" mimeType="application/json; charset=utf-8" /> -
"false" mimeType="*/*"/>

Sachin SinghPosted Aug 9, 2020, 12:51 AM
Sachin SinghPosted Aug 8, 2020, 12:13 PM