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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -