See http://stackoverflow.com/questions/13271048/net-4-5-mvc-routecollection-lowercaseurls-breaks-when-using-area for full details.
It appears that this is caused by there being multiple instance of RouteCollection - one "global" one, and one per area. Presumably we'd need to propagate the settings from the parent RouteCollection to the area ones (or something like that).
Comments: This was committed to the master in change set dd804549fe75: https://aspnetwebstack.codeplex.com/SourceControl/changeset/dd804549fe755182eb49e01fd62eb5cb265913c6.
It appears that this is caused by there being multiple instance of RouteCollection - one "global" one, and one per area. Presumably we'd need to propagate the settings from the parent RouteCollection to the area ones (or something like that).
Comments: This was committed to the master in change set dd804549fe75: https://aspnetwebstack.codeplex.com/SourceControl/changeset/dd804549fe755182eb49e01fd62eb5cb265913c6.