Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Azure 上设置了一个站点,即使它在本地计算机上运行良好,也会导致网关错误。这是我面临的错误:
失败的请求日志也包含以下错误:
SignalR 日志如下:
SignalR 日志
我正在添加以下行 Startup.cs 配置方法:
GlobalHost.DependencyResolver.UseSqlServer(sqlConnectionString)
但是 SQL Azure 不支持它,这就是导致问题的原因。