Run IIS web site with 'System account' isn't a good pratice, I strong recomend you to run your script with IUSR_<hostname>, as like default, and set the correct permission on the files that you need.

But if you really need a power user to run your script, you can change who is running your web application by 'Directory Security' tab of your web application configuration property, following :
* Click 'Edit' botton on 'Anonymous access and authentication control';
* On 'Anonymous access', configure the user that you want, like administrator, and go selecting 'Ok' botton on all windows.

Last advice, do not do it, especially for a public web site. For your question, I think you don't have a good skill on Windows enviromment, and maybe didn't take care of all configuration for a 'security' IIS server.

Try do run your CGI with a less security as a possible.

Solli Moreira Honorio
Sao Paulo - Brazil

In reply to Re: IIS Log Permission problem by shonorio
in thread IIS Log Permission problem by a440guy

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.