SignalR .Net client fails to connect (upd: how to set auth. cookie?)
问题 This thing is dragging me nuts. I have a .net 4.0 console app and I have an MVC web app. javascript clients can connect and talk to the server - no problems here... but my .net client throws System.AggregateException with InnerException = "Unexpected character encountered while parsing value: <. Path... so I created an empty MVC3 app, added SignalR libraries, and .net client surprisingly connects to that. But for some reason it doesn't to the other one. I've checked everything, both MVC3 apps