I have gotten my code finished that uses Win32::OLE to access Microsoft Outlook on my machine and writes to the command prompt the upcomming week's appointments. I was writing this with the intention of putting it on my webpage that serves off of my personal computer.

I have a Win2K machine and IIS. My code works fine from the command prompt (outputs wonderful HTML tags all over the screen), but when I attempt to access it through the web-browser, the computer issues a beep and the script times out. The code dies on the OLE::New command to open Outlook.
I have set the permissions for IUSR for read/execute access on the WinNT/system32, outlook.exe and the outlook.pst file but have been unable to find a solution. As many other readers, I have searched Google and Microsoft's site extensively and have yet to come to a solution. So I know turn to the wise monks...

Thanks,
-David Weand (email)


In reply to Spawning the Outlook application using Win32::OLE and IIS by Anonymous Monk

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.