I have an asp.net website and i have a block of code in my global.asax's Application_Error event to send the error details(stack trace etc..) as an email to my email id.Also i have Custom error page set in my web.config.I published the website in release mode and deployed to production.When i access the site,I got some errors and i was shown the custom error page i set in my web.config.But i never received an email about the error.I am sure the email server is working in production server.I have email sending code in my app which works well. Any thoughts ?

link|improve this question

71% accept rate
I have exactly the same problem. Did you get any solution to this? – Eduardo Dec 20 '10 at 11:09
In my case I get this issue only when I publish on IIS 7. It works fine on visual studio development web server. – Eduardo Dec 20 '10 at 11:15
Suddenly it started working. I don't know what I did. – Eduardo Dec 20 '10 at 11:37
feedback

1 Answer

I prefer using http://code.google.com/p/elmah/ for error logging and reporting.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.