Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Last active August 29, 2015 14:21
Show Gist options
  • Save thinktainer/ef16386fbd9299d379a6 to your computer and use it in GitHub Desktop.
Save thinktainer/ef16386fbd9299d379a6 to your computer and use it in GitHub Desktop.
SignalR and WebAPI

Running SignalR and WebAPI from same startup class

When not hosting from httplistener the IAppBuilder.UseWebApi method goes missing. Here are the instructions to fix this. It boils down to install-package microsoft.aspnet.webapi.owin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment