where to store web service exceptions?
Posted
by ICoder
on Stack Overflow
See other posts from Stack Overflow
or by ICoder
Published on 2010-05-17T16:17:30Z
Indexed on
2010/05/17
16:20 UTC
Read the original article
Hit count: 155
Hello all,
I am working on building a web service (using c#) and this web service will use MS Sql server database. Now, I am trying to build an (exceptions log system) for this web service. Simply, I want to save every exception on the web service for future use (bug tracing), so, where is the best place to save these exceptions? Is it good idea to save it in the database? What if the exception is in the connection to the database itself? I really appreciate your help and your ideas.
Thanks
© Stack Overflow or respective owner