Link to home
Start Free TrialLog in
Avatar of jfl
jfl

asked on

Free server that can run VB apps

Does anyone know of a free Win95/NT server that can run VB apps.

/cgi-win/
ASKER CERTIFIED SOLUTION
Avatar of alamo
alamo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jfl
jfl

ASKER

VB apps must run in cgi-win, and what free server allows this?
VB apps don't *have* to use cgi-win, they can be programmed to use standard CGI using STDIN and STDOUT. There's a file on the web, CGI4VB, which does this for you. If you are doing a new application I recommend highly using this, there's a lot more support for standard CGI out there than for cgi-win.

But if you have existing cgi-win programs or source and just want to make it work, you can get a free server that supports cgi-win at O'Reilly Software. Their latest version, Website 2.0, is free for 30 day eval, but the old 1.1 version is completely free (not eval). Click on the "free software" link on the left side of the page at http://software.ora.com/.

Good luck!
You can run VB apps from any NT/95 web server with :
a. WINCGI - yuck.
b. VB4CGI or VB5CGI

also, you can take a look at the book: "CGI programming with Visual Basic 5" on instructions on how to do this right...

Ofer.
Hi, jfl, could you please grade this? Thanks!