CanI call CGI.exe from within .ASPPage? - TechRepublic
General discussion
February 20, 2001 at 05:05 AM
prt

CanI call CGI.exe from within .ASPPage?

by prt . Updated 25 years, 1 month ago

Let’s say I have an .ASP Page:

<% ' some code here %>

<% 'Call this http://www.site.com/cgi.exe %>

<% Continue my execution with the response from CGI %>

Can I do something like this?

This discussion is locked

All Comments