Exam 98-363: Web Development Fundamentals/Troubleshooting and Debugging Web Applications
Appearance
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.
- Read Debugging ASP.NET Web Applications.
- Read Trace Class.
Activity 2 - Handle Web Application Errors
[edit | edit source]This objective may include but is not limited to: HTTP error codes.
- Read HTTP Error Trapping.
- Read Creating Custom Error Messages.
- Read Structured Exception Handling.