I have a visual basic console application that monitors/controls water flow. It 'listens' on a TCP/IP socket and responds to simple commands sent to its port.
Naturally since it has recently been documented, it needs to change.
It is now requested that the VB application also display a very simple web page to allow users to control waterflow thru a browser as well as thru TCP/IP commands.
I am new to web programming, can anyone suggest the most straightforward way to add a simple web interface to an existing VB console application or do I need to start with a VB website project and somehow get it to 'listen' to a tcp/ip socket?