Browse by Tags

Sorry, but there are no more tags available to filter with.
20 oktober 2008
Some notes on routing in classic ASP.NET web applications
Routing in .NET 3.5 SP1 differs from regular request handling in many ways. Here's a quick outline how routing works: Routes define some URL matching pattern and are configured/held in an ordered list accessible through RouteTable.Routes Incoming requests pass through the UrlRoutingModule that will... Read More...