i have signalR websocket to show notification
the code for connecting like :
$.connection.hub.start().done(function(){
console.log("connected");
});
var notif = $.connection.notificationHub;
console.log(notif);
after deploying to a production server signalR is not working and showing this error in console :
production server is using iis 8.5 what makes this error? thank you.