
January 23rd, 2011, 05:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,514
Time spent in forums: < 1 sec
Reputation Power: 47
|
|
|
How to create a Web Server in Visual Basic 6
In this tutorial I’ll be discussing about creating a Web Server in Visual Basic 6. To create a Web Server we need to open the port 80 on the local IP and wait for requests. Every request tells the Server what the user(respectively the users web browser) needs to open. The Server takes the file name from the request, opens the file, and sends it to the user.
Read the full article here: How to create a Web Server in Visual Basic 6
|