在尝试ASP.NET MVC使用最近发布的VS 2013 Preview 调试项目时,我收到以下消息:
内容编码错误
您尝试查看的页面无法显示,因为它使用无效或不受支持的压缩形式.
请与网站所有者联系,告知他们这个问题.
在Firebug我看到此错误消息:
SecurityError: The operation is insecure
Run Code Online (Sandbox Code Playgroud)
尝试使用谷歌Chrome和IE 11,同样的问题发生了.
是什么造成的?
注意:我在Windows 8.1上使用IIS Express调试站点 http://localhost:7777
我可以使用VS 2012进行调试.
asp.net-mvc visual-studio-debugging iis-express visual-studio-2013