I am trying to build a SignalR application in Visual Studio 2012. My problem is that it works well under Visual Studio debug (using Visual Studio 2012 on Windows 7), but wh
I had the same issue. Sorted it by setting the Application Pool to be ASP.NET v4.0 (v4.0).
I also had to use Chrome and not IE for the demo app to work properly.