maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Configuration file in samples directory broken #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The trunk version of the web.config file in the samples directory, has the
elmah section broken out into a seperate file (by using the configSource
attribute).

However, it doesn't work in.NET 2.0, 3.5 & 4.0; as you can not break out
sectionGroup elements. You can only break out the individual
ConfigurationSection elements, i.e. security, errorLog, errorMail etc.

Is it worth merging the files together again? Breaking out each section
instead? Or adding a note to explain that for the demo to work, the config
files need to be merged together?

Original issue reported on code.google.com by simon.ba...@me.com on 19 Mar 2010 at 9:39