我已经在我的MVC5应用程序中实现了HTML5 Websocket。我已经使用Web API实现了此Web套接字。该代码在我的本地环境中运行良好。但这给了我测试环境以下的错误。
“与的WebSocket连接失败:HTTP身份验证失败;没有有效的凭据。”
我的服务器配置是带有IIS8的Windows Server 2012
请帮帮我。
authentication model-view-controller http websocket
authentication ×1
http ×1
model-view-controller ×1
websocket ×1