Skip to content
davidfowl edited this page Nov 9, 2011 · 31 revisions

Frequently Asked Questions

  1. Why doesn't SignalR work in IE <= 7?

    SignalR requires a JSON parser in the browser. Prior to IE8 there was none, so you need to include json2.js in your application. You can get it on NuGet.

Clone this wiki locally