Trying to get apache with asp and mod perl working.

 

seems to be all installed.. although when I put in the test.asp page(see
below) I get this error in the logs.

 

[asp] [1349] [error] error compiling test.asp: Can't modify constant item in
scalar assignment at /var/www/site/test.asp line 16, at EOF <--> ,
/usr/share/perl5/Apache/ASP.pm line 1466

 

 

 

Been digging around and can't see to find any direction to go ...  any debug
advice would be greatly appreciated.

 

 

 

Thanx

Cris

 

------------------------------------------------

<%@ Language="VBScript" %>

  <% Option Explicit %>

 

<!--- This page should display "ASP is working!" --->

 

  <!--- if ASP is available to you. --->

 

  <HTML>

    <HEAD>

      <TITLE>ASP Test Page</TITLE>

    </HEAD>

 

    <BODY>

 

      <% Dim TestString %>

      <% TestString = "ASP is Working!" %>

 

      <H1>

 

        <% Response.Write TestString %>

 

      </H1>

    </BODY>

  </HTML>

----------------------------------------

 

Reply via email to