Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to invoke the Win32::ASP perl files, which on Apache web server, WinNT?

by dhable (Monk)
on Apr 03, 2002 at 13:31 UTC ( [id://156307]=note: print w/replies, xml ) Need Help??


in reply to How to invoke the Win32::ASP perl files, which on Apache web server, WinNT?

I'm not the leading expert on ASP but I'll try to answer some of your questions. First, I found a nice site over at apache-asp.org that provides ASP support to Apache. I believe the problem is that Win32::ASP allows Perl code to execute inside ASP (aka PerlScript) but the web server is already aware of how to handle ASP. I don't believe Apache knows about ASP until you setup a module. Apache::ASP looks like it will enable Apache to detect and process ASP. Good luck!
  • Comment on Re: How to invoke the Win32::ASP perl files, which on Apache web server, WinNT?

Replies are listed 'Best First'.
Re: Re: How to invoke the Win32::ASP perl files, which on Apache web server, WinNT?
by perrin (Chancellor) on Apr 03, 2002 at 16:28 UTC
    Apache::ASP (which the apache-asp.org site is about) is compatible with ASP using PerlScript, but it is a different beast. It runs on mod_perl, so you have to install an Apache built with mod_perl to run it. (Technically CGI is supported, but it would be much too slow for real use.)

    Normal PerlScript ASP stuff is done on IIS, not Apache. You can get information on it from ActiveState.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://156307]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-24 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found