October 2010
Intermediate to advanced
1920 pages
73h 55m
English
All the configuration sections in the Machine.config or Web.config file related to ASP.NET are contained in the <system.web> section group. Here is a complete list of the 36 ASP.NET configuration sections and a brief explanation of the purpose of each section:
• anonymousIdentification—
Enables you to configure anonymous user identification, which is used, for example, by the Profile object.
• authentication—
Enables you to configure authentication.
• authorization—
Enables you to configure authorization.
• browserCaps—
Enables you to configure the lookup of browser capabilities.
• caching—
Enables you to configure caching policies.
• clientTarget—
Enables you to configure aliases for different clients (browsers). ...