So I have reinstalled the Windows and all that and I have a problem regarding debugging of an MVC project.
Project is in VS 2010, running on IIS 8.0.
When deployed, everything is fine, but when I'm debugging locally there are some problems. Some weird characters get injected in random places and break up my views entirely.

I have changed my character set, I've checked with hex editor my views, there are no weird characters in there. I've reinstalled IIS. Still nothing works.
<met�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������a property="og:image" content="https://content.xxxxx.hr/logo.png">
Output I want is the same one, but without the weird ? characters.
Thanks for the help and your time.