Debugging and Unit-Testing ASP.NET Routes

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Walt Ritscher

Description

Used correctly, ASP.NET routes simplify the URL patterns used to navigate to your site’s pages. But it’s all too easy for problems to creep into route implementations. Due to the way ASP.NET routes are implemented, you can't debug them with breakpoints or other standard problem-solving techniques. Learn how to use third-party tools such as Glimpse to debug broken routes, as well as how to write route-specific unit tests and show route-specific error pages.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: