Execute me, I have a problem that: I use Windows IIS (https://hub.docker.com/_/microsoft-windows-servercore-iis) to bulid my web site, and my "html page" is ok on Chrome, but "aspx page" is always failure. There us always 401 error on Chrome, I use
icacls "c:\inetpub\wwwroot" /grant IIS_IUSRS:F /T
icacls "c:\inetpub\wwwroot\WebApplication2" /grant IIS_IUSRS:F /T
icacls "c:\inetpub\wwwroot" /grant IUSR:F /T
icacls "c:\inetpub\wwwroot\WebApplication2" /grant IUSR:F /T
icacls "c:\inetpub\wwwroot" /grant "NETWORK SERVICE":F /T
icacls "c:\inetpub\wwwroot\WebApplication2" /grant "NETWORK SERVICE":F /T
But it still does not work, can someone can help me, please.