vote up 1 vote down star

So I understand that ELMAH is pretty awesome and a great tool for ASP. I'm seeking a tool for centralized error handling spanning disparate technologies across the enterprise. ELMAH might be suitable if you can log exceptions to it from BizTalk or a WCF service... provided that it does more than just catch unhandled ASP exceptions.

Anybody familiar with what I'm talking about and care to give me a little education?

Thanks!

flag
1  
please use the title field as a summary of your question, not an excited announcement that you have a question. – Jherico Jun 4 at 19:11
Righto. Thanks for the pointer. – Garret Schweitzer Jun 6 at 14:47

1 Answer

vote up 2 vote down

ELMAH is intended for logging exceptions from ASP.NET applications. You can specifically log handled exceptions via the ErrorSignal class, so it does more than log unhandled exceptions.

If you're looking for something more robust and enterprisey, you should check out the Microsoft Enterprise Library.

link|flag
Thanks a bundle, Robert. I'm integrating with BizTalk Server, so the enterprise library might just be the way to go. – Garret Schweitzer Jun 6 at 14:47

Your Answer

Get an OpenID
or

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