2

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

1
  • I have seen this when the HTTP Response is not flushed or ended correctly. Are you doing anything like Response.End or Response.Flush in your controller? Can you post some code for the controller. Commented May 6, 2011 at 19:52

1 Answer 1

5

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.