Is there a way, to execute an ASP script and get the output ?
(IIS/ASP is installed, the application is running as CGI or ISAPI)
A pointer to a tool that can output ASP to STDOUT would be a great help !
thank you in advance
Adrian
Printable View
Is there a way, to execute an ASP script and get the output ?
(IIS/ASP is installed, the application is running as CGI or ISAPI)
A pointer to a tool that can output ASP to STDOUT would be a great help !
thank you in advance
Adrian
you should be able to get the output from an ASP by doing an HTTP request.
Execute the OpenRequest method of the CHTTPConnection class. It returns a CHTTPFile.