Tag Archives: routes

ASP.NET MVC routing limitations

The ASP.NET MVC stuff is pretty exciting to me, since I’ve been rolling my own pseudo-MVC-with-pretty-URL applications since the dawn of time (time being defined as “the release of ASP.NET”).  The new MVC tools should help me do all the same things, but in a more standard way.
Last night, I set about trying to make [...]