D
djc
For asp.net applications:
1) when asp.net impersonation is not set, authentication by IIS happens
first (if anonymous access is enabled then identity is the IUSR_ account),
but any resource access (read/write for files etc) is done by the asp.net
process account (the IIS application pool process account for IIS 6, network
service). This means NTFS permissions need to be set for that asp.net
process (or IIS app pool process) account to control access to resources.
True/false? correct me if/where wrong?
2) when asp.net impersonation *is* set, authentication by IIS happens first
(if anonymous access is enabled then identity is the IUSR_ account), and any
resource access (read/write for files etc) is done by the IIS account, IUSR_
if anonymous. This means NTFS permissions need to be set for that IUSR_
account to control access to resources. True/false? correct me if/where
wrong?
I don't think I have this straight yet.
1) when asp.net impersonation is not set, authentication by IIS happens
first (if anonymous access is enabled then identity is the IUSR_ account),
but any resource access (read/write for files etc) is done by the asp.net
process account (the IIS application pool process account for IIS 6, network
service). This means NTFS permissions need to be set for that asp.net
process (or IIS app pool process) account to control access to resources.
True/false? correct me if/where wrong?
2) when asp.net impersonation *is* set, authentication by IIS happens first
(if anonymous access is enabled then identity is the IUSR_ account), and any
resource access (read/write for files etc) is done by the IIS account, IUSR_
if anonymous. This means NTFS permissions need to be set for that IUSR_
account to control access to resources. True/false? correct me if/where
wrong?
I don't think I have this straight yet.