Multiple choice technology web technology

What is the name of the user who connects to the web site annonymously?

  1. IUSR_computername

  2. IUSR_Domainname

  3. IUSR_VirtualdirectoryName

  4. Administrator

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When anonymous users connect to an IIS web site, they are authenticated using the built-in IUSR_computername account (e.g., IUSR_SERVER01). This account is created automatically during IIS installation and is used for anonymous authentication. The account name uses the computer name, not domain name or virtual directory name.