By mnour
via mnour.blogspot.com
Submitted: Nov 22 2008 / 19:13
To configure the routing of any ASP.NET MVC application, you need to add some routing code in the Global.asax file. However, it would be better if we can transfer all these configuration stuff to be a neat XML configurations in web.config. I came through a solution to make the MVC configuration editable through custom configuration settings in the web.config file.
Add your comment