Client doesn't make a connection to the SignalR server
问题 I'm trying to implement SignalR into my application. To start things of I just started with something very basic, but for some reason I'm getting an error the whole time. Pease could you have a look at my code and see where I'm doing something wrong. Thanks in advance. Starup Code using Microsoft.Owin; using Owin; [assembly: OwinStartupAttribute(typeof(CdvPortal.Startup))] namespace CdvPortal { public partial class Startup { public void Configuration(IAppBuilder app) { ConfigureAuth(app); app