Hi,
Have you ever used a CGI-Script that was created in VB?

I downloaded a web-server that was written using VB and when I tried run the executable CGI-Script it forces the file to downloaded instead of being executed through the user's browser [example http://127.0.0.1/hello.exe ]. On
the other hand when I used the same executable CGI-Script
with MS Personal Webserver it didn't force the user to
download the "exe" file but instead it ran just like a normal "html" file. Why? Could some one explain? And also
how could I implement the feature that allowed the file to
be executed instead of downloaded?


Note: The CGI-Script was compiled in to a exe file using VB.