IIS7 folder permissions for web application
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-03-28T06:12:22Z
Indexed on
2010/03/28
6:13 UTC
Read the original article
Hit count: 489
I am using windows authentication without impersonation on my company's intranet website with IIS7.
Under IIS7, what account is used to access the folder which contains my web app using these settings?
Would it be IIS_IUSRS? Or NETWORK SERVICE? Or another I don't know about?
© Stack Overflow or respective owner