Is possible to integrate elmah with wf-wcf services using web.config?
Posted
by tartafe
on Stack Overflow
See other posts from Stack Overflow
or by tartafe
Published on 2010-05-06T08:43:05Z
Indexed on
2010/05/06
11:18 UTC
Read the original article
Hit count: 474
Hi, i'm developing an enterprise application using asp.net mvc, wf-wcf services and normal wcf. I want use a unique point of view of unmanaged exception and my problem is integrate wf-wcf services with ELMAH. The problem is that in wf-wcf i can't decorate di class with the elmah attribute so i make that using web.config if is possible. Someone can help me? (here is a discussion how integrate elmah with wcf using attribute http://stackoverflow.com/questions/895901/exception-logging-for-wcf-services-using-elmah)
thanks in advance F.
© Stack Overflow or respective owner