Using Enterprise Library in ASP.NET 2.0
The articles describe and demonstrate the use of Enterprise Library 2.0 in ASP.NET.
However, the techniques are the same for Enterprise Library 3.x, with the exception
of some changes required because the assemblies used by v 3.x are strong named and
signed so that they are suitable for use in the GAC. The following sample code has been
updated to work with Enterprise Library 3.x, and contains unsigned versions of the
relevant assemblies. Ensure that you read the ~readme.txt files for each sample to
understand the difference in the approach to editing the web.config file when working
with them - in particular when running your ASP.NET applications in partial
trust mode.