You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by David Marble <dm...@et.byu.edu> on 2002/04/20 21:40:01 UTC

IIS Style ASP, what doesn't work?

Here's the global.asa file I've been trying to get to work.  
I read a post about the outermost <script></script> headers
beening deleted, so I manually commented out that line in
ASP.pm.  Next, I tried changing all the comments to '#' instead
of '//' which at least got the interpreter past that.  Then I even
tried commenting out the <script> lines and changing the 'function'
routines for 'sub' without the '( )'.  Still no dice.  Any ideas?  I
had taken all the time debugging installations of Apache::ASP
thinking I would have similar functionality as IIS just without
VBScripting.  What's the deal?

-Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: IIS Style ASP, what doesn't work?

Posted by Joshua Chamas <jo...@chamas.com>.
David Marble wrote:
> 
> Here's the global.asa file I've been trying to get to work.
> I read a post about the outermost <script></script> headers
> beening deleted, so I manually commented out that line in
> ASP.pm.  Next, I tried changing all the comments to '#' instead
> of '//' which at least got the interpreter past that.  Then I even
> tried commenting out the <script> lines and changing the 'function'
> routines for 'sub' without the '( )'.  Still no dice.  Any ideas?  I
> had taken all the time debugging installations of Apache::ASP
> thinking I would have similar functionality as IIS just without
> VBScripting.  What's the deal?
> 

The global.asa was probably written in VBScript.  You will need 
to write it in perl.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org