Question : Prudent use of Debug.Assert versus exception logging

I have a program that I will be selling hundreds of copies of and will be supporting it as well.  So I neeed the code to be as robust and fault tolerant as possible.

I have beem logging exceptions as a matter of practice, but now learned about the Debug.Assert command, which can help me during development by putting up a dialog when running in Debug mode.

1) How about a web service?  Does a dialog still apear in this case?  Or is there a similar call that can be made for web services?
2) Is logging still needed as much for the Release version?

I'm just wondering...

Thanks,
newbieweb

Answer : Prudent use of Debug.Assert versus exception logging

just for giggles, try this for me:

access-list outside_in extended permit icmp any any
access-list outside_in extended permit tcp any any eq http
access-list outside_in extended permit tcp any any eq https
no access-group HTTP-only in interface inside
access-group outside_in in interface outside
clear xlate
Random Solutions  
 
programming4us programming4us