- Fresh install of Windows Server 2019 and IIS 10
- Web Deployed an ASP.NET MVC 5 application to the website
- Anonymous user identity is set to "Application Pool Identity"
- Site level also has anonymous authentication enabled
- The
IIS AppPool\ApplicationPoolNamehas the following effective permissions for the web root which sits under a root folder:
And yet when I access the website I receive a 403:
If I place a static file such as index.html in the web root then the contents of the file are served up as expected. So this seems related to MVC.
What have I missed here?




