SignalR 2.0 error: Could not load file or assembly Microsoft.Owin.Security

前端 未结 9 604
失恋的感觉
失恋的感觉 2021-01-01 08:42

I\'m following this tutorial step by step

http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-signalr-20-self-host

And I\

9条回答
  •  情话喂你
    2021-01-01 09:11

    Simple, Go to your web.config file. Change the "bindingRedirect" tag for Microsoft.Owin, Microsoft.Owin.Security.OAuth, Microsoft.Owin.Security.Cookies, Microsoft.Owin.Security to as follows:

    
    

    this could work.

提交回复
热议问题