[This is preliminary documentation and subject to change]
You can configure your FTP server to allow anonymous access to FTP resources. If you select Anonymous FTP authentication for a resource, all requests for that resource are taken without prompting the user for a user name or password. This is possible because IIS automatically creates a Windows user account called IUSR_computername, where computername is the name of the server on which IIS is running. This is very similar to Web-based Anonymous authentication. If Anonymous FTP authentication is enabled, IIS always try to use it first, even if you enable Basic FTP authentication.
Digest and Integrated Windows authentication cannot be used with FTP sites. Available authentication settings must be set at the site level for FTP sites.
Note
Password synchronization can only be used
with anonymous user accounts defined on the local computer and does
not work with anonymous accounts on other computers on the
network.
Important
If you change the security settings for
your Web site or virtual directory, your Web server prompts you for
permission to reset the security settings for the child levels of
under that site or directory. If you choose to accept these
settings, the child levels inherit the security settings from the
parent site or directory. For more information about setting
properties, see Configuring the Metabase.