October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Overview of Website Configuration
• Creating Custom Configuration Sections
• Creating Encrypted Configuration Sections
• Summary
In this chapter, you learn how to configure your ASP.NET applications. In the first section, you are provided with an overview of the different sections contained in a web configuration file. You also learn how to modify web configuration files by using both the Web Site Administration Tool and the ASP.NET Microsoft Management Console Snap-In.
Next, you learn how to manipulate configuration settings programmatically with the Configuration API. We discuss how you can both retrieve and modify configuration settings. You also learn ...