I'm doing research for an article on the ASP.NET Pipeline, but none of the resources I've covered so far adequately explain when the machine level, and application level, and possibly even sub-application level, web.config
files are read.
Also, most of my reading has mislead me to look for default HTTP handlers etc. in machine.config
, which seems to, at some point, have been mysteriously replaced by a web.config
at the machine level, i.e. in the same config
framework folder as machine.config
. Are that many articles etc. so out of date, or was this a very recent change? Or, may I be imaginative and consider that the machine level web.config
actually 'inherits' from machine.config
?