Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In this video, we’ll update our default route so that our “Home” page doesn’t return a 404 “not found” error.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-comic-book-gallery repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-comic-book-gallery
git checkout tags/v5.3 -b updating-the-default-route
Additional Learning
For more information about the ASP.NET Global.asax
file, see this page on MSDN.
If you’re interested in learning more about ASP.NET MVC Areas, see this MSDN page.
For more information about ASP.NET routing or creating custom routes, see the following MSDN pages.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up