Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.


I have inherited a project, it was originally written in VS2005.
I have made a few changes, but all are design.
Now when I run the project using the visual studio's web server, in IE8, the page shows up just fine, however in FireFox 3.6.3, I get gibberish (a full page of this):

I�%&/m�{J�J��t��$ؐ@�����iG#)�*��eVe]f@�흼 ��{���{��;�N'���?\fdl��J�ɞ!���?~|?"~������˓7����t�.���WO���� m߽��{'w�>}�4������x'}��Ŵ�{���G�G�]=�{���j|uo\�w߼��Pv���

My setup: Windows 7 Proffesional (All patches)
VS2008 SP1 (I think all patches)

Thank you for your help!
-Edward

share|improve this question

1 Answer

up vote 1 down vote accepted

Resolved! Pages had this tag: <%@ OutputCache duration="n" varybyparam="none" %>

Removing this fixed the gibberish.

-Edward

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.