I am using IIS 7.5 to host an Angular site made with the CLI. The site loads fine, but I am noticing that my /assets/images folder is getting a 403 forbidden error.
Both the assets and images folders have Anonymous Authentication set to Enabled for the Application Pool Identity.
I previously had the two folders as virtual directories, but it was still not working.