I am working on some ASP.NET Application. In case of some breakdown or error, I am getting some weird error screen. The error page shows something like:
��`I�%&/m�{J�J��t��`$ؐ@�������iG#)�*��eVe]f@�흼��{����{����;�N'���?
\fdl��J�ɞ!���?~|?"��Ey�')=��y6�����h��贮
�:�V�˼n��E:��,m�Wy�����<�ӶJ�e;~|W^�`4�u�A:�f��/>
and so on….
The application is currently in test phase so, I have left the error screen visible from web.config. Anyone who have faced the same issue, and got the problem and solution for it?
Check out whether the ASP.NET application you are working on utilizes some form of automatic GZip compression, your error page is very reminiscent of what Rick Strahl describes here: http://www.west-wind.com/weblog/posts/2011/May/02/ASPNET-GZip-Encoding-Caveats. There is also a solution in that blog post.