CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    execute ASP in VC++ ?

    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



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: execute ASP in VC++ ?

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured