Q:
While i was asking about an issue concerning the exception handling,i find many articles about how to deal with exceptions:
My question has three parts:
1- I read about ELMAH
- Error Logging Modules And Handlers.
through two articles this and this.but it doesn't work with me,although the simplicity of its configuration .The yellow death screen still appear to me!.
Notes:
I try the code locally in development environment not in the production environment.
I'm so confused about
/admin/elmah.axd
, is it exist physically or not.I use web application not a web site.and .net 3.5
2- Is the ELMAH
the best choice or I should use Health Monitoring
instead ?or can i use the both?
3- If i use ELMAH
,Is this enough , and i don't need to Error folder and custom errors anymore.?