show/hide this revision's text 2 added 289 characters in body

Change "/" in "Default2" route to "":

routes.MapRoute("Default2", "", new { ... });

Also make sure you have followed this guide: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx for Default.aspx file if you are on IIS6.

show/hide this revision's text 1

Change "/" in "Default2" route to "":

routes.MapRoute("Default2", "", new { ... });