Reputation: 2373
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 ?
Upvotes: 2
Views: 196
Reputation: 12499
Since it's possible to add custom configuration sections to a web.config file, there is no such thing as complete documentation.
Upvotes: 0
Reputation: 13803
These might help -
Format of ASP.NET Configuration Files
ASP.NET Web.config File Explained
Upvotes: 0