ASP Scripting
How do I run an external program from ASP?
ASP lacks any built-in functions for running external programs, and while there are Win32 ActiveX objects to get around this, currently there aren't any for Linux.
The only way to execute an external program would be through the use of redirects to a CGI script and then back again.
<< Back
|