VBWeb Server

Download

VBWeb Server is a simple, lightweight, and reliable web server, supporting HTML and PHP. All you need to do is choose a folder with your web pages, and start the server to access the pages anywhere on your local network.

Documentation

Guide
  1. Copy VBWeb Server.exe to the folder with your website
  2. Name the homepage index.html
  3. Start VBWeb Server.exe
  4. Click “One Time Server”
  5. Click on the big black text that starts with http:// to visit your site

Download

By downloading any link below, you agree to the end-user license agreement (EULA).

Download Installer (Recommended)

Download Installer with PHP Support Module

Download Portable with PHP Support Module

VBWeb ServerLib

Download

VBWeb ServerLib allows developers to take advantage of VBWeb Server by implementing its server technology into your own .NET apps to host your own web server.

Documentation

First, add the downloaded VBWeb ServerLib reference to your .NET project.

Create the server object
VB.NET
dim svrobj as new VBWeb ServerLib.Server()
C#
VBWeb ServerLib.Server svrobj=new VBWeb ServerLib.Server();
Start the server
VB.NET
svrobj.start(ipaddress,port,maxnumberofconnections,contentpath)
C#
svrobj.start(ipaddress,port,maxnumberofconnections,contentpath);
Stop the server
VB.NET
svrobj.stop()
C#
svrobj.stop();

Download

By downloading any link below, you agree to the end-user license agreement (EULA).

Download DLL Reference

Welcome to the VBTools Website. Explore our collection of tools to help you with your everyday PC needs, whether you’re an average user, a developer, or an IT pro.