Date:  07/19/2014 12:29:52 AM Msg ID:  004710
From:  FoxWeb Support Thread:  004709
Subject:  Re: Classic ASP
FoxWeb and ASP are completely different technologies, so you can't make direct calls from to a FoxWeb script from an ASP one or vice versa. What you can do is have your ASP script return HTML code that contains links to FoxWeb scripts, or even return a redirect instruction, which automatically redirects the user to a FoxWeb script, without the need to click on a link. You could also use the same technique to pass control from a FoxWeb script to an ASP one.

A more involved alternative in cases where you would like to combine content from asp and fwx in the same response would be to call your fwx script from asp, using an HTTP component. This is is essentially the same as calling an API. Alternatively, you could create VFP COM components and consume them in your ASP pages.
FoxWeb Support Team
support@foxweb.com email
Sent by Joe Goldsmiith on 07/18/2014 07:46:37 PM:
 Is it possible to mix a classic ASP script with FoxWeb and visa versa?
 
Joe