Asp.Net MVC on IIS 6
by Joseph on Mar 22nd in Asp.Net, IIS, mvc
So I was migrating some ASP.Net MVC Apps from a Windows Server 2008, IIS 7 server to a Server 2003 IIS6 server temporarily (while I did some maintenance on the 08 server).
However, I found that the MVC apps did not work past the default page. Fortunately, I’m not alone.
Thanks to Steve Sanderson for the post “Deploying ASP.NET MVC to IIS 6.“
Personally I used the wildcard mapping method of solving the issue.