Author: Lars-Erik Kindblad | Posted on: 6/30/2011 5:22:14 PM | Views : 903

Today ASP.NET MVC supports friendly URLs out of the box through its routing feature, but the default implementation only supports hard coding of routes and pre-population of routes during application startup. This post shows how to change the default implementation into a dynamic one that reads the routing information from a database. ...

Go to the complete details ...