w3wp.exe would be the process. What is the identity of the process (ie
Windows User account?). Alternatively, you can go into the IIS Manager, find
the Web Application Pool that you placed the website/webapplication into,
and see (in Properties) what user context is being used. By default, it
would be NT AUTHORITY\Network Service
Cheers
Ken
[quoted text, click to view] "Bill Cohagan" <bill@teraXNOSPAMXquest.com> wrote in message
news:eq5hgkn7DHA.1504@TK2MSFTNGP12.phx.gbl...
: David
: If I'm reading the Filemon dump correctly it's w3wp.exe. Does that sound
: reasonable?
:
: Bill
:
[quoted text, click to view] : "David Wang [Msft]" <someone@online.microsoft.com> wrote in message
: news:u6Km$qf7DHA.2656@TK2MSFTNGP11.phx.gbl...
: > What is the identity of the process that is handling your requests?
That
: > identity must have write permissions on the files/folders in question.
: >
: > Use FILEMON from sysinternals.com to observe the identity if you don't
: know
: > what you configured it as.
: >
: > --
: > //David
: > IIS
: > This posting is provided "AS IS" with no warranties, and confers no
: rights.
: > //
[quoted text, click to view] : > "Bill Cohagan" <bill@teraXNOSPAMXquest.com> wrote in message
: > news:e8TbrRd7DHA.1636@TK2MSFTNGP12.phx.gbl...
: > I'm trying to get the SushiWiki web app up under IIS 6. This is an
ASP.Net
: > app and I'm having security problems that I can't seem to resolve. For
: those
: > of you unfamiliar with a wiki, this app allows you to edit web pages via
: > your browser. (There's a lot more to wiki than that, but ...) The pages
: are
: > stored as XML files in a pub subfolder of the web application folder.
The
: > XML is rendered via the ASP code to HTML pages. Old versions of pages
are
: > saved into subfolders within pub. My problem is that I'm getting access
: > errors when the app attempts to save these old versions. The application
: is
: > running with impersonation = "False" in the web.config file.
: >
: > I can clear the problem up by allowing Full Control to Everyone on the
: pubs
: > folder, but I'd rather avoid that sort of setting for obvious reasons.
: > Furthermore, I can then remove the Everyone account from the permissions
: > list and the app works OK "for a while" (or maybe it's for certain
: > subfolders.)
: >
: > There are a couple of accounts that I would think would be appropriate
for
: > setting access, <machine name>\ASPNET and <machine name>\IUSER_<machine
: > name>. Enabling Write on pub (and subfolders) for these accounts doesn't
: > reliably solve the problem.
: >
: > Anyone have any suggestions as to how to proceed or troubleshoot this
: > problem?
: >
: > Bill
: >
: >
: >
:
: