I am using Signal R in my mvc 3 application. When I trying to connect from client it gets failed.
$.connection.hub.start(function () {
alert('connected');
}).fail(function () { alert('failed'); }).done(function () {
msgserver.unreadMessagesCount("SignalR", int);
});