I'm trying to configure the IIS Authentication settings from my MVC5 project in the Web.config file.
Here's what I have. I want Windows Authentication enabled and Anonymous Authentication disabled.
But after publishing my package in IIS, the settings are this.
What do I need to do to also set the Anonymous Authentication to Disabled in the Web.config?
Isn't that what <deny users "?"/> is supposed to be doing?

