Hi !
I would like to know if anyone could help me with a simple task that i
got no support under microsoft.
The task is to create a .Exe file (WinCGI) with VB6 to initially display
a "Hello World !" line in the Web Browser. Note that it must be
Executable, i already did the task by compiling my code into a ActiveX
DLL, using the library Asp.dll and Active Server Pages to instance the
object, but it did not fit my needs. What i need is a WinCGI that
display this line (and lots more after that) when i type a URL like this
http://localhost/wincgi/helloworl.exe.
Thanks !