Configure anonymous authentication to use app pool identity for a specific site
Solution 1:
Found it:
Set-WebConfigurationProperty -filter /system.WebServer/security/authentication/AnonymousAuthentication -name username -value "" -location MyLocation
I simply used the site's name as MyLocation
, andI had to reopen IIS Manager to see the change in the UI.