faqts : Computers : Programming : Languages : Asp : ASP/VBScript : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 23 people (30%) answered Yes
Recently 0 of 10 people (0%) answered Yes

Entry

Can I execute ASP and CGI scripting on the same page, at the same time?

Jun 20th, 2000 07:50
unknown unknown, wd


It is possible to do CGI and ASP on the same page processing through 
each one at a time.

e.g  ASP -> Perl -> EXE  ----  Client

But it is not easy, and normally, there is no point anything VBScript 
cannot do, I always just write a nice little ActiveX DLL or EXE and your 
done. Another point would be speed, re-processing the file through more 
than one filter will effect the speed of your page.



© 1999-2004 Synop Pty Ltd