ASP.NET MVC: Store Routes in the Database
Posted by Ian Suttle on March 12, 2008
Filed under .NET 3.5 | .Net Framework | ASP.Net | ASP.Net MVC
Download the sample MVC project for this postNOTE: You should have ASP.NET MVC Preview 3 or later installed to run the provided download.
So far I’m a huge fan of the ASP.NET 3.5 MVC framework which is currently released as Preview 3. Having worked with primarily Microsoft web frameworks MVC provides a refreshing perspective for what I consider an improved tier separation.An immediate beef I have with ASP.NET MVC is defining the routes in the Global.asax.cs… I can’t change routes...