End Google Ads 201810 - BS.net 01 --> We have an application developed using MFC in Visual Studio 6.0. which is a client-server based architecture using TCP/IP Sockets.

The server application reads data from text files and binary (which acts as database). Based on the Network configuration, the client application that runs in various stations (PCs connected within the LAN Network) connects to the Server application. Exchange of data then takes place between the server and various number of clients that are connected to the server. All the communication happens using the TCP/IP socket protocol.

Now there is a requirement to convert the existing architecture to web based architechture such that the Server is installed in a remote PC. The clients from various geographical ********s have to be connected to the Server.

Please provide me guidelines how to convert the existing architecture to web based architecture.