ASP.NET MVC, areas, routing and a controller factory.
- by Kieron
Hi,
I've an interesting problem with some routing with an ASP.NET MVC app. I'm building a CMS and I've got a catch-all handler that takes the URL and checks to see if there's some matching content in a database. If so, it displays it, otherwise we get a 404.
Now I've got all that working with some test data, I moved on to write a quick admin…