if (!window.JSON) { // no JSON! throw "SignalR: No JSON parser found. Please ensure json2.js is referenced before the SignalR.js file if you need to support clients without native JSON parsing support, eg IE<8."; }
My mvc 4 is used to use the url. Hub works fine in Firefox, IE8 and Chrome, but it has problems in IE7, does anyone have the same problems?
Andrex Hn
source share