【发布时间】:2014-04-10 23:20:07
【问题描述】:
刚才我在调试一个简单的 ASP.NET MVC 应用程序时尝试使用 Firefox 27.0.1 进行浏览器链接。
我有 Visual Studio Ultimate 2013 Update 1。
这是浏览器链接仪表板:
我尝试在 Razor 视图中更改某些内容,按下 Ctrl+S 并转到浏览器查看页面是否已相应更改,但是...
这是我在 Firebug 中看到的:
http://localhost:6194/85d266397ee64f32b2f4ffdedc974643/arterySignalR/negotiate?requestUrl=http%3A%2F%2Flocalhost%3A26530%2Fgis&browserName=Firefox&clientProtocol=1.3&_=1394212700505
[13:56:43 GMT-0300] Browser Link:
Exception thrown in callback method pullStyleData:
[Exception... "The operation is insecure." code: "18" nsresult: "0x80530012
(SecurityError)" location: "<unknown>"]
然后我看到了这个错误:
401 Unauthorized 82ms
browserLink (line 37)
"NetworkError: 404 Not Found - http://localhost:26530/85d266397ee64f32b2f4ffdedc974643/arterySignalR/ping?requestUrl=http%3A%2F%2Flocalhost%3A26530%2Fgis&browserName=Firefox&_=1394211620626"
我正在以管理员身份运行 Visual Studio。
这是怎么回事?我该如何解决?
【问题讨论】:
标签: security firefox exception visual-studio-2013 browser-link