I'm not even sure what to title this question, but has anyone ever seen and fixed the error in the image below?
This is occurring in our website and nothing is logged in IIS about the error. We're using .Net 4 on IIS 7
I'm not even sure what to title this question, but has anyone ever seen and fixed the error in the image below?
This is occurring in our website and nothing is logged in IIS about the error. We're using .Net 4 on IIS 7
To give an answer, and try to help to move on, this is something that can happens if you set the Content-Length on the Header and later GZip the page, but failing to change the Content-Length on the page (because is all ready have been written to it. And this create a failure to the browser when is try to decompress the page.
So check if you set it somewhere.
This is two similar question with the same output.