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

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -