Best Practices of ASP.Net
(June 3, 2005)
Configuration for ASP.NET
(April 14, 2005)
ASP.NET configuration files are XML-based text files that can appear in any directory on an ASP.NET Web application server. Each web.config file applies configuration settings to the directory it is located in and to all virtual child directories beneath it. Settings in child directories can optionally override or modify settings specified in parent directories.
In this tutorial several configurations for ASP.NET.





