The information in this article applies to:
SUMMARY
The following PERL script can be used with Microsoft's Internet Information Services (IIS) to test for the proper installation and execution of both CGI and ISAPI PERL script language interpreters, such as ActiveState's PERL and PERL for ISAPI. http://www.activestate.com/ MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty
either expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes that you
are familiar with the programming language being demonstrated and the tools used to
create and debug procedures. Microsoft support professionals can help explain the functionality
of a particular procedure, but they will not modify these examples to provide added
functionality or construct procedures to meet your specific needs. If you have limited
programming experience, you may want to contact a Microsoft Certified Solution Provider
or the Microsoft fee-based consulting line at (800) 936-5200. For more information about
Microsoft Certified Solution Providers, please see the following page on the World Wide Web:
http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.asp Creating a Test PERL ScriptOpen a new file with Notepad, and copy the following lines of code. Save the file in the scripts directory as "helloworld.pl".
Once you have created the file, you need to configure PERL to run securely with Internet Information Services. "Perl.exe" should not be located in any of the directories accessible by a user with a browser.By using the Internet Service Manager MMC Snap-in, you can place the "Perl.exe" or "PerlIS.dll" outside of the normal Web directory structure a user has access to and use the "Script Mapping" feature of IIS to configure execution of PERL scripts. Configuring PERL Script Mapping
Additional query words: iis
Keywords : kbIIS kbiis500 |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |