URL rewriting

Posts tagged with URL rewriting
Bookmark and Share
Customizing ASP.NET URL rewriting rules
This content has not been rated yet. 
MonoX comes with a powerful rule-based URL rewriting engine based on the popular UrlRewriter.NET package. In this post we will learn to use one of its more advanced features, custom transforms, to introduce an additional level of URL rewriting, and to squeeze every bit of SEO juice from your URL formats.
Bookmark and Share
ASP.NET routing support in MonoX
This content has not been rated yet. 
Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a number of important changes, including the ASP.NET routing engine. Although routing is traditionally associated with ASP.NET Model View Controller (MVC) framework, Microsoft decide to package the routing logic into the System.Web.Routing assembly and to release this assembly with SP1. This was a nice move, since it enabled us to easily integrate the routing technology into MonoX...