Open GoogleCodeExporter opened 9 years ago
Is there any changes on this issue? Any configuration I can change to get it
to log jquery ajax requests to page methods? I'm looking for an alternative to
Application_Error that actually works with jquery ajax.
Original comment by one...@gmail.com
on 11 May 2011 at 7:29
[deleted comment]
Hi, I'm having the same problem. I'm not using a .ASMX file has a web service.
I'm using a .ASPX file but it's the same thing. I'm also returning JSON.
Any ideias on how to solve this?
Original comment by xjpmauri...@gmail.com
on 12 Mar 2012 at 4:17
Hi, I am having the same problem too. :(
Original comment by PhucTran...@gmail.com
on 22 Jun 2012 at 1:14
Hi again,
I found the solutions.
To get it work, we need to use ErrorLog as below.
ErrorLog.GetDefault(System.Web.HttpContext.Current).Log(new Error(exception))
It works for me.
Cheers,
Original comment by PhucTran...@gmail.com
on 22 Jun 2012 at 1:34
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/174
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
Original issue reported on code.google.com by
draxi...@gmail.com
on 7 Jun 2010 at 5:01