|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP: How can I run a program on the server and redirect its output to the web-browser? |
From: |
Shailesh Lolam |
Date: |
4/7/2000 12:57:48 AM |
IP: |
203.94.239.240 |
Hi,
If want to use the program to process a form, give the form method as GET and in your program u will get all the form variables as then Command line input to your program
EXAMPLE
http://www.yoursite.com/program.exe?var1=val1&var2=val2
in your program access the command line parameters u will be getting as single string, u the have to split the variable value pair and use it.
But at the same time i would bring the overheads of this to your notice. If u use such CGI Application means invoking of such application for each form submit. THAT WILL DEGRADE YOUR WEB SERVER PERFORMANCE. Do consider this issue when u are going for CGI Application
Good Luck
Shailesh Lolam |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|