I am trying to set up a web application that utilizes WebSockets. I am running VS12_RC on Windows 7 and whenever I try to run my websocket I get a "The IIS WebSocket module is not enabled." error. Where can I turn this on at? I see IIS 8 Express in my Add or Remove Programs, but can't seem to find it in my system. I assume it was installed with VS12_RC? Any help would be greatly appreciated.
I am trying to set up a web application that utilizes WebSockets. I am running VS12_RC on Windows 7 and whenever I try to run my websocket I get a "The IIS WebSocket module is not enabled." error. Where can I turn this on at? I see IIS 8 Express in my Add or Remove Programs, but can't seem to find it in my system. I assume it was installed with VS12_RC? Any help would be greatly appreciated.
Share Improve this question asked Jul 26, 2012 at 14:53 LizzardLizzard 1932 silver badges12 bronze badges2 Answers
Reset to default 3WebSocket support is only available on Windows 8 and Windows Server 2012. There's a ment to this effect in the readme: http://learn.iis/page.aspx/1286/iis-80-express-readme/
That Site says
IIS 8.0 Express supports writing WebSocket applications
check Changes to IIS 8.0 Express - > New Features - > X64 Support - > WebSocket Support
Please let me know I am not getting it correctly.