Despite this being a question related to programming, it's really more about understanding the functionality of IIS 8.
In my web application, I'm trying to get the authentication section of my web.config. As far as I understand, the settings in IIS 8 affect the web.config. But no change seem to affect the authentication section. It always shows Windows.
How could this work? Neither the web.config in my root directory (%windir%\Microsoft.NET\Framework\framework_version\CONFIG) nor the config file in my application directory have an authentication section defined.
Where does this come from? What does IIS actually do, when I set authentication to anonymous?