July 2013
Intermediate to advanced
1228 pages
34h 1m
English
CHAPTER 27
![]()
ASP.NET Configuration
We have been using the Web.config file since the start of the book without explaining how it really works and how it is used to configure the ASP.NET Framework. In this chapter, we explain how the Web.config file is just one part of a larger and flexible configuration system. We show you where the Web.config file we have been using fits in, how to use the configuration system to define custom configuration values, and how to create your own additions. What we don’t do in this chapter is talk about the standard ASP.NET configuration elements. We have been describing the main configuration settings in the context ...