Error Handling Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We Handling our ASPX error in global.ascx and log the error in XML file with
following informatio:

Date
URL
Error Message
Stack Trace
Exception Type

are there more information can be logged that can help us to resolve the
problem in more precise way because application deals with web services and
other external components, so sometimes you can find in error log messages
like( Error Caused By External Component) which does not provide enough
information to resolve the error, any suggestions?
 
I'd also suggest the User.Identity.Name if you're working with authenticated
users. That way you can go back and know who to ask when you need to know
more about what happened.

You could always also dump the QueryString and Forms collections.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top