WCF - Error Handling
Posted
by inutan
on Stack Overflow
See other posts from Stack Overflow
or by inutan
Published on 2010-01-08T12:12:28Z
Indexed on
2010/05/09
21:18 UTC
Read the original article
Hit count: 179
wcf
|error-handling
Hello there,
I have my WCF Service hosted in Windows Service. The client application is a website project to which I added the Service reference.
I was not using any error logging/tracing... but now I feel I should implement as it will help me not to make void guesses.
Please guide me for the best practice so that I can quickly handle errors and pin point the exact issue.
Thank you!
© Stack Overflow or respective owner