Reputation: 35
I need to fix problem in asp.net website, but instead of yellow page error I get a white page with weird characters.
I know that the problem happens in connection between SQL server and the application.
Can anyone help how to get the yellow page error instead of this.
And I'm sorry about my bad language.
Upvotes: 0
Views: 845
Reputation: 244
Please check if the ASP.NET application on which you are working utilizes some form of automatic GZip compression. Your error page is very reminiscent of what Rick Strahl has described at below link.
http://www.west-wind.com/weblog/posts/2011/May/02/ASPNET-GZip-Encoding-Caveats
You can find solution for the problem in same blog spot.
Upvotes: 2