Hi Powel,
   
  http://support.microsoft.com/kb/245225 is the link where u can find all the 
below given details. a simple google shows u the same
   
  Best,
  Ukh
   
      From: "Pravin Talegaonkar" <[EMAIL PROTECTED]>
To: "Powel Crosley" <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]>

              Powel,
   
  I think this is something to do with PerlScript and IIS settings., may be you 
can try below steps.
   
  Configure PERL Script Mapping for IIS 5.0 and 5.1
    loadTOCNode(2, 'summary');          1.  Click Start, click Programs, click 
Administrative Tools, and then click Internet Information Services.    2.  
Right-click a Web site that you want to enable PERL for, and then click 
Properties.    3.  Click the Home Directory tab.    4.  Click Configuration.    
5.  Click Add.    6.  Type the following for Executable:   full path to 
perlis.dll\perlis.dll
You can also type the following:   full path to perl.exe\perl.exe %s %s
NOTE: The "%s %s" is case-sensitive (for example, "%S %S" does not work).

    7.  For Extension, type .pl.NOTE: Make sure that the All Verbs option is 
selected for full functionality, and that the Script Engine check box is 
selected.

    8.  Click OK to return to the ISM. With the default scripts directory with 
IIS, the URL is the following:   http://Server Name/scripts/helloworld.pl

   
  Regards,
  Pravin
   
   

  
  
---------------------------------
  From: [EMAIL PROTECTED] on behalf of Powel Crosley
Sent: Wed 12/20/2006 11:53 AM
To: [EMAIL PROTECTED]
Subject: IIS, ASP.Net, PerlScript not supported?


      Hi,
   
  I am new to IIS, ASP, and Perlscript having come from an Apache-Perl 
environment.
   
  I have XP Professional, IIS 5.1, ActivePerl 5.8.8 Build 819, and ASP.Net 
Framework 2.0.50727.
   
  Now when I take a very simple .asp file:
  <%@ LANGUAGE="PerlScript" %> 
  <HTML> 
  <BODY> 
  Test
  </BODY> 
  </HTML>
   
  And try to load it in a browser (IE 7.0) I get the error message:
  Parser Error Message: 'PerlScript' is not a supported language
   
  Now I’ve been looking around for help on installation issues but can’t seem 
to find how I load PerlScript as a known language for ASP.Net.
   
  I know that when I installed ActivePerl I specified PerlScript to be loaded.
   
  I realise this is a simple problem, but I haven’t worked under this yoke 
before and my client is determined that this is the infrastructure they want to 
use!
   
  Thanks for any advice!
   
  Warmest regards,
  Powel Crosley
   


        Disclaimer: This e-mail message may contain confidential or privileged 
information. If you are not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of this information is strictly 
prohibited. The information, views and comments within this communication are 
those of the individual and not necessarily those of KGL. Thank you. 
_______________________________________________
Perl.NET mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs




  __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to