Deploying ASP.NET MVC applications on IIS 6
Couple of days back I was trying to deploy an ASP.NET MVC application on IIS 6 and met with some issues. When I entered an extension-less url like http://localhost/MyMVCApp/Home/Index, I got a resource not found error. When I did some read up on the same, I found that we have to tweak the application configuration on IIS to get the application running and to use extension-less URLs. Phil Haack's article on the same provides us a lot of details on how to get ASP.NET MVC apps up and running on IIS 6.

