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.
