Exam 98-363: Web Development Fundamentals/Troubleshooting and Debugging Web Applications

From Wikiversity
Jump to navigation Jump to search

This lesson covers Troubleshooting and Debugging Web Applications. It looks at debugging web applications and handling web application errors.

Activity 1 - Debug a Web Application[edit | edit source]

This objective may include but is not limited to: Use in conjunction with custom error pages to display appropriate error information to the appropriate user; implement tracing of a Web application, Trace.axd, Trace=True on @Page directive.

  1. Read Debugging ASP.NET Web Applications.
  2. Read Trace Class.

Activity 2 - Handle Web Application Errors[edit | edit source]

This objective may include but is not limited to: HTTP error codes.

  1. Read HTTP Error Trapping.
  2. Read Creating Custom Error Messages.
  3. Read Structured Exception Handling.

References[edit | edit source]