Archive for the ‘ ASP.NET MVC hosting ’ Category

ASP.NET MVC – How to Overcome Routing Troubles

 

ASP.NET MVC framework is another tools who webmasters everywhere be fond of, since it’s not offer you too many ‘surprises’. Those surprises are good only if you can handle the framework golden path.  Once some customizations turn out to be required, you will find that those surprises are hindering.

In the ASP.NET MVC framework you can find one of those surprises takes place in routing. Most likely routing will take a url, seek the best suit from the pre-defined list routes, fragment it into parameters and feeds the whole thing to a handler. This is only good until you have not done anything wrong. If this happened and since all of these happen behind the scenes, you will need a lot of hard work to figure it out.
(more…)