philrabin
philrabin

Reputation: 809

asp mvc iis7 debug mode errors page outputs unreadable characters

I'm running an asp.mvc web application on localhost on iis7 (win7) and I don't get my normal yellow screen of death with the call stack. I always get a page full of random unreadable characters. Has anyone ever seen this? How do I get my callstack back?

Error Stack Characters

Upvotes: 2

Views: 822

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038770

You might find the following blog post useful. You are probably using gzip.

Upvotes: 5

Related Questions