I have implemented HTML5 Websocket in my MVC5 Application. I have implemented this web socket using web API. This code is working fine in my local environment. But it is giving me below error in my test environment.
"WebSocket connection to '' failed: HTTP Authentication failed; no valid credentials available."
My server Configuration is Windows server 2012 with IIS8
Please Help me out.