Click to See Complete Forum and Search --> : execute ASP in VC++ ?


May 12th, 1999, 08:47 AM
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

Lothar Haensler
May 12th, 1999, 08:59 AM
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.