I have an asp.net mvc3 Razor app being developed in VS2010 using Git for source control. Since I moved to a new machine, compilation errors in my cshtml, instead of getting a nice informative yellow screen of death, I get the following behavior: in Chrome: nonesense characters; in IE: message that IE can’t download the page. This happens even if I deploy the code to another machine. It seems like both browsers are treating whatever is being returned as binary, but I’m not sure why.
Has anyone seen this before?
Thanks!
Maybe you enabled gzip compression. Take a look at the following blog post for more details.