Lizzard
Lizzard

Reputation: 193

IIS WebSocket module is not enabled

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.

Upvotes: 4

Views: 9498

Answers (2)

Nagle
Nagle

Reputation: 1

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.

Upvotes: 0

Ian Gilroy
Ian Gilroy

Reputation: 2041

WebSocket support is only available on Windows 8 and Windows Server 2012. There's a comment to this effect in the readme: http://learn.iis.net/page.aspx/1286/iis-80-express-readme/

Upvotes: 3

Related Questions