There are several ways of debugging applications. The familiar
Tracing Errors
1
{ 1 comment }
-
February 10, 2004 at 4:32 am
With ASP.NET, you can also directly pass the trace object the error. I usually use the following:
[size=2]trace.Warn("The.Namespace.and.class.name", "Error", ex)Which makes it a little easier to track errors when I’m developing a n-tier app.
[/size]
Comments on this entry are closed.




