Closed GoogleCodeExporter closed 9 years ago
Just to make it clear, when calling the same method and when HttpContext is
available, everything is ok.
Original comment by balazs.h...@gmail.com
on 7 Aug 2014 at 3:32
Hi, is there a way to change priority to HIGH/CRITICAL? If elmah is about
logging and when logging does not occure, then its a CRITICAL bug!
Are there any plans about fixing this issue and releasing a new version of
elmah? If yes, approx. when will it be issued?
Original comment by balazs.h...@gmail.com
on 7 Oct 2014 at 6:54
This is an unsupported scenario because by-design, HttpApplication is not meant
to be used by a thread not participating in a request. Stashing it away to use
from an app-started thread is only asking for trouble. Usually once a request
ends, the HttpApplication instance is destroyed or reset & returned to a pool
to be used for a future request.
ErrorSignal relies on HttpApplication so it shouldn't be used outside a
request. To log to DB, log directly via ErrorLog.GetDefault(null).Log(…).
Original comment by azizatif
on 7 Oct 2014 at 7:33
Original issue reported on code.google.com by
balazs.h...@gmail.com
on 7 Aug 2014 at 3:30Attachments: