Doug Tarr

Azure Websockets 302 Error

If you see an azure websockets error where it falls back to long polling , you need to make sure you set your app to use .NET 4.5 in your web.config

    <httpRuntime targetFramework="4.5" requestValidationMode="2.0" />

fdsf