When I try to debug an ASP.NET MVC project using the recently released VS 2013 Preview, I get this message:
Content Encoding Error
The page you are trying to view cannot be displayed because it uses an invalid or unsupported form of compression.
Please contact website owners to let them know about this issue.
In Firebug I see this error message:
SecurityError: The operation is insecure
Tried Google Chrome and IE 11, and this problem occurs.
What causes this?
Note. I am running on Windows 8.1 and debugging the site using IIS Express at http://localhost:7777
I can debug it just fine using VS 2012.
visual-studio-2013 asp.net-mvc iis-express visual-studio-debugging
Leniel Macaferi
source share