TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sachin Singh
7
55.8k
81.4k
Gzip compression issue on iis 8.5
Aug 7 2020 8:44 AM
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
<httpCompression directory=
"%SystemDrive%\websites\_compressed"
minFileSizeForComp=
"1024"
>
<scheme dll=
"%Windir%\system32\inetsrv\gzip.dll"
name=
"gzip"
/>
<dynamicTypes>
<add enabled=
"true"
mimeType=
"text/*"
/>
<add enabled=
"true"
mimeType=
"message/*"
/>
<add enabled=
"true"
mimeType=
"application/javascript"
/>
<add enabled=
"true"
mimeType=
"application/json"
/>
<add enabled=
"true"
mimeType=
"application/json; charset=utf-8"
/>
<add enabled=
"false"
mimeType=
"*/*"
/>
</dynamicTypes>
<staticTypes>
<add enabled=
"true"
mimeType=
"text/*"
/>
<add enabled=
"true"
mimeType=
"message/*"
/>
<add enabled=
"true"
mimeType=
"application/javascript"
/>
<add enabled=
"true"
mimeType=
"application/json"
/>
<add enabled=
"true"
mimeType=
"application/json; charset=utf-8"
/>
<add enabled=
"false"
mimeType=
"*/*"
/>
</staticTypes>
</httpCompression>
Reply
Answers (
2
)
How can we use face detection api in .net mvc?
How can i merge multiple object in single object?