VBWeb ServerDownloadVBWeb 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. DocumentationGuide
DownloadBy downloading any link below, you agree to the end-user license agreement (EULA). Download Installer (Recommended) VBWeb ServerLibDownloadVBWeb 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. DocumentationFirst, add the downloaded VBWeb ServerLib reference to your .NET project. Create the server objectVB.NETdim svrobj as new VBWeb ServerLib.Server() C#VBWeb ServerLib.Server svrobj=new VBWeb ServerLib.Server(); Start the serverVB.NETsvrobj.start(ipaddress,port,maxnumberofconnections,contentpath) C#svrobj.start(ipaddress,port,maxnumberofconnections,contentpath); Stop the serverVB.NETsvrobj.stop() C#svrobj.stop(); DownloadBy downloading any link below, you agree to the end-user license agreement (EULA). |
✕
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.
|