04-21-04 03:36 PM
I'm not sure what your application does - so I don't know exactly what
folders you need to give permissions to. I just based it on the fact that
the "data" folder contained a "tmp" folder, which implies that's where
temporary working files should go.
You may not need Full Control - maybe only "Change" or similar. However, I
would give this right to the IIS_WPG group. All user accounts that can be
used as process identities for Web App Pools are/should be placed into this
group (that's why it's called the IIS_WPG for Worker Process Group). So
LocalSystem, Network Service, Local Service etc are in there.
Cheers
Ken
"Malcolm" <malcolm@*nospam*surgenor.net> wrote in message
news:91tc801o14mufttedpic180rfi4oibuss3@
4ax.com...
:
: Thanks Ken. That seems to have worked - but what have I done and is that
the final
: solution? :-) Is it okay to leave it like that or should I narrow the
permissions down?
:
: Malcolm
:
: On Wed, 21 Apr 2004 20:18:59 +1000, "Ken Schaefer"
<kenREMOVE@THISadOpenStatic.com> wrote:
:
: >NT AUTHORITY\Network Service is the default process identity for the
: >w3wp.exe worker processes under IIS 6.0
: >
: >To see if this is a permissions problem give the IIS_WPG group full
control
: >over that folder (maybe from Data\ downwards)
: >
: >Cheers
: >Ken
:
[ Post a follow-up to this message ]
|