Which built-in account is used for Anonymous Authentication in IIS 7?
Posted
by
smwikipedia
on Server Fault
See other posts from Server Fault
or by smwikipedia
Published on 2011-03-15T07:06:41Z
Indexed on
2011/03/15
8:11 UTC
Read the original article
Hit count: 245
iis7
|authentication
We know that Microsoft IIS 7.0 offer a slew of authentication methods such as Anonymous Authentication, Form Based Authentication, Digest Authentication, etc.
I read from Professional IIS 7 published by Wrox that:
When we use Anonymous Authentication, the end-user does not supply credentials, effectively mak- ing an anonymous request. IIS 7.0 impersonates a fixed user account when attempting to process the request (for example, to read the file off the hard disk).
So, what is the fixed user account impersonated by IIS? Where can I see it? If I don't know what this account is, how could I assign proper permissions for the clients who are authenticated as anonymous users?
Thanks.
© Server Fault or respective owner