goBazinga / 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 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/163
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:19