Please give me your advice on how to configure anonymous identity access on IIS sites.

Host environment:

:windows Server 2012 R2
IIS:IIS 8.0

problem description:

when IIS creates a site, there is always a permission control for the site directory. Most of the time, the choice is to change the path credentials from the application user to a specific user (create a user in windows or use the currently logged-in user, which is also the choice of most people). Another way is to add special users to the access rights of the path, such as Everyone, Authenticated User, etc. In addition, another way is to use the application pool to identify the user to add to the directory permissions to access (I think this method is more rigorous). Just adding the application pool user to the directory is still not accessible. Please give us the third detailed configuration

Iis
Mar.23,2021

directly use the application pool user as anonymous authentication,

identity-as-anonymous-user" rel=" nofollow noreferrer "> https://docs.microsoft.com/zh.

Menu