.NET
aspconfg.txt
Associated article: ASP.NET Configuration
Tags: .NET
Published source code accompanying the article by Douglas Reilly in which he explains how you can configure certain aspects of ASP.NET programs. Also see ASPCONFG.ZIP.
ASP.NET Configuration
by Douglas Reilly
Listing One
<appSettings>
<add key="ApplicationName" value="DDJ ASP.NET Configuration" />
<add key="Facility" value="DDJ" />
<add key="...


