tags:

views:

41

answers:

3

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 ?

+1  A: 

MSDN - ASP.NET Configuration File Syntax

cxfx
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
Agreed. IIS 7 settings can even be added into web.config files. :)
Lex Li