I am new to .Net and SignalR. I am looking at some code written by a former coworker and he added this line to the Route Config which is now throwing errors saying its obsolete
Yes, you have to use IAppBuilder. Add a Owin Startup class, and in its Configuration method call MapConnection on the app argument you receive. That should work. Check here and here.