ASP.Net MVC Route Table Ordering
Posted in Programming on October 27th, 2008 by Kyle – 2 CommentsOver the past few weeks I have been working on an MVC forum component for a website I maintain/develop (http://pertnearsandstone.com). As I was working through the various screens I would set up the intended routes to the route table in my global.ascx.cs file only to learn that route ordering is very important. The order of the routes affects the flow and logic of your application.
read more »
