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: @grantmcdade thanks for the reminder! I'm marking the bug as "resolved" so that the QA team can do final verification on this.
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: @grantmcdade thanks for the reminder! I'm marking the bug as "resolved" so that the QA team can do final verification on this.