SignalR with Azure causes Bad gateway error 502 -


i have setup site on azure causing bad gateway error though it's working fine on local machine. here's error facing:

error detail description

also failed request logs contains following error:

enter image description here

signalr logs following:

signalr logs

i adding following line startup.cs configuration method:

globalhost.dependencyresolver.usesqlserver(sqlconnectionstring) 

but sql azure doesn't support , that's causing issue.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -