If there are no rules for output caching under IIS7, would global.aspx or default.aspx pages be cached, by default, or not cached?
I am trying to see if we need to explicitly turn off caching for two sites, one with windows integrated authentication enabled and the other with form-based authentication enabled.
My impression is that anything with integrated auth isn't cached, but I would like to get some verification.