if you want to use signalr you haveto add startup.cs Class in your project
Right Click In You Project Then Add New Item And Select OWIN Startup Class
then inside Configuration Method Add Code Below
app.MapSignalR();
I Hope it will be useful for you