cgi Response

  • Thread starter Thread starter Robbie Leatherbarrow
  • Start date Start date
R

Robbie Leatherbarrow

Hi All,

I need to create a program which will need to do a response. This app will
need to be a console application so can not use asp but I am having
difficulty doing a response without being asp. I am also writing in vb.net.

Any help would be appreciated.

Robbie
 
CGI exe's typically work by writing to the standard output device (using
Console.Write for .NET console apps), and the web server takes care of
passing the results on to the client.

Is there a specific reason you need to use a console application for this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top