We have authentication mode which can be selected as anonymous under IIS and choose apppollidentity or specific user as anonymous credentials.
Also, in web.config file we can set authorization='?'. (give access to anonymous)
Are both above the same?
Go to the complete details ...