This isn't entirely true...

If you go into the properties page of the Virtual directory that you are using and select 'High (Isolated)' in the Application dropdown. The Perl for ISAPI DLL will now be started in a separate process (a DCOM server) called dllhost that persists between calls to the server. This process can be killed using task manager and is resurected next time round.

If you have problems getting this to work then you need to add the IWAM_<server> user to your 'users' group. The DCOM server is owned by the IWAM_<server> account. You will need to remember this when accessing network resources etc. with your Perl script.

Your issue with installing CPAN modules is unlikely to be related to the method that you use to execute your script. If you are having problems running your script then permissions are likely to be the problem.


In reply to Re^3: PERL ,IIS, Apache, mod_perl by inman
in thread PERL ,IIS, Apache, mod_perl by swaroop.m

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.