ASP.NET version 4 has built-in support for URL routing. Why Routing is Required Traditionally, in an ASP.NET application that does not use routing, any request will map to a particular file that serves the request. With database-driven applications where...