Providing support to application that runs on ASP.NET framework reads application level web.config file. I know apart from this there are is machine level web.config and another one. Sometimes customers make changes to machine level web.config for some reason. Is there a complete documentation of each configuration/parameter available in web.config explained somewhere ?
A:
Since it's possible to add custom configuration sections to a web.config file, there is no such thing as complete documentation.
Andy West
2009-12-13 08:54:11
Agreed. IIS 7 settings can even be added into web.config files. :)
Lex Li
2009-12-13 08:56:58