Results 1 to 2 of 2

Thread: Building .exe's that dyamicly build web pages

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    Richfield, MN USA
    Posts
    1
    I am trying to find out if there is a way to build a VB app that can be called(not using ASP) sending paramters to return a HTML generated page. An example would be:

    http://www.coolsite.com/vbprogram.exe?fruit=apples

    and having a vb program take the parameter and dynamically return HTML, i.e.:

    <HTML>
    Your favorite fruit are apples.
    </HTML>

    The purpose of this app is to be able to build a application that could run on either IIS or Netscape, and not rely on IIS as the ONLY delivery method.

    Thanks, your help is much appreciated!


  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126
    Austin,

    Good question, However.. It won't work simply because the HTTPd (HTTP Server) is expecting a CGI only .exe
    Even if the HTTPd would run the .exe it wont give input/ouput to the .exe as it is a Win32 Executable.

    You'll need to look at CGI rather than VB Executable.
    Regards,

    Paul Rivoli
    ---------------------
    [email protected]
    http://members.dingoblue.net.au/~privoli

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width