我刚刚安装了visual studio 2012 RC并试图使用netHttpBinding运行一个服务来启用WebSocket并得到以下错误
此平台不支持服务器端WebSockets.
我正在运行的样本是从http://blogs.microsoft.co.il/blogs/idof/archive/2012/03/01/what-s-new-in-wcf-4-5-websocket-support-part-1-of-2.aspx开始的
WebSockets可以在Windows 7上使用visual studio 2012 RC吗?
不,无论您使用哪种Visual Studio版本,都只支持Windows 8中的Windows本地支持websockets.
原文链接:https://www.f2er.com/windows/372244.htmlhttp://www.paulbatum.com/2011/09/getting-started-with-websockets-in.html
这是由于Windows 7中带有http.sys的一些低级别问题.
它可能会向后移动,但似乎不太可能:http://weblogs.asp.net/owscott/archive/2012/03/01/what-s-new-in-iis-8.aspx
要在Windows 7上使用websockets,您必须编写自己的服务.
尝试将此用于客户端:http://websocket4net.codeplex.com/