SignalR CryptographicException on AzureWebsites

前端 未结 4 771
梦谈多话
梦谈多话 2021-01-14 07:45

I got this exception with SignalR, deployed in Azure WebSites. It works fine in debug environment. It\'s SignalR 1.0.1 and I use .NET MVC and WebApi

The data         


        
4条回答
  •  耶瑟儿~
    2021-01-14 08:32

    Now in this case, you can now use the extension method MapsHubs() from Microsoft.AspNet.SignalR.SystemWeb package.

    MachineKeyProtectedData will be used instead of the default implementation.

提交回复
热议问题