RE: Looking for some information

2004-09-02 Thread John Drago
Hi, Apache::ASP is a perl module that allows the Apache webserver to server ASP (active server pages). ASP pages written for Apache::ASP are all written in Perl, not VBScript. However, Perl is generally a much more powerful and general-purpose language than VBScript is, so you do get a good trade-

Re: Looking for some information

2004-09-02 Thread Sergio Gonzalez
Hi: Apache::ASP is the perl active pages version running on an apache server with the module loaded/compiled. The asp code you have must belong to the ASP version of IIS microsoft. Those source codes are not compatible (or at least not until you do a little bit of work trying to translate one in