Posting to CGI on a Unix server from an ASP.net page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me how to go about taking input that I have gathered from an
ASP.net page, and posting that input to a CGI script on an Apache Web Server,
and than getting a response from that server???
 
John Reilly said:
Can anyone tell me how to go about taking input that I have gathered from
an
ASP.net page, and posting that input to a CGI script on an Apache Web
Server,
and than getting a response from that server???

Just post it using System.Net.HttpWebRequest.

David
 

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