Chat Application
Hello friends, now we are going to make a chat application. This application can send messages into your local network. We are using localhost server for this and port number 6666. You can use any other port if you want to.
First of all, IIS should be enabled in your PC for this application to work properly. To do this, follow the following steps.
1) Go to Start and search "Turn Windows Features On or Off." Go to the icon shown below.
2) A similar window shown below will now open in front of you.
3) Now, turn on the "Internet Informative Services" features as shown below.
4) To check if localhost is now ON or OFF. Go to browser and type localhost. A similar screen shown below should be visible in your browser. If so, you can now continue with the steps further.
To continue go to the next page.
Chat Server --->