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 -

loops - Spock: How to use test data with @Stepwise -