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?