Hey monks, I need some advice. I need to write to a remote share on a windows domain. My perl script is in a webpage running on an IIS server. I need to write to another server on the same domain. To test, I created a share on my computer and tried to write to it from the script. One PC to another right, same idea. I tired to map a network drive but I get a permission error. I gave the "everyone" and "domain users" network group full control, but maybe the script needs IWAN and IUSER permissions? Those are the IIS network groups. Although those groups only pertain to the PC that IIS is running on. What permission does the perl script need? I've tried using virtual shares in IIS too but I couldn't get that to work either. Someone suggested having the perl script on the remote share so when it writes its actually locally. I don't think i want to do that. Anyway, i'd just like some advice. What's the best way to do this?

In reply to advice, writing to remote share by djbryson

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.