I'm relatively new to using IIS 7. I'm getting confused by the various options that IIS 7 provides.
What does setting authentication mode="Windows" do in the web.config of my ASP.net site do? What does enabling Windows authentication in the Authentication module in IIS 7 do?
What is the difference between these two? Does one override the other? Does this change whether you run in integrated vs classic mode?