Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enabling WebSocket protocol support on Windows Server 2012  (Read 9442 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Enabling WebSocket protocol support on Windows Server 2012
« on: August 30, 2014, 12:55:27 pm »
WebSocket is a protocol providing full-duplex communications channels over a single TCP connection. Developers can use this functionality to create applications that implement two-way communications over the Internet between a client and server.

To enable this support, use the following steps:

1) Open Server Manager -->Manage -->Roles and Features
2)Select Role-based or Feature-based Installation, and then click Next.
3)Select the server and then click Next.
4)Expand Web Server (IIS) in the Roles tree, then expand Web Server, and then expand Application Development.
5)Select WebSocket Protocol, and then click Next.
6)Click Install.
When the installation completes, click Close to exit the wizard.

===