The sample web.config supplied with ELMAH 1.0 or 1.1 RC contains an
incorrect example usage of the <jscript> assertion. It reads:
Instead of:
<errorFilter>
<test>
<jscript>
...
</jscript>
</test>
</errorFilter>
It should read:
<errorFilter>
<test>
<jscript>
<expression>...</expression>
</jscript>
</test>
</errorFilter>
The <expression> wrapper was missing.
Original issue reported on code.google.com by azizatif on 8 Jun 2009 at 9:03
Original issue reported on code.google.com by
azizatif
on 8 Jun 2009 at 9:03