I am currently involved in a new MVC 5 project an looking to map domains to MVC areas.
For example the following sites should map the their areas:
www.sitea.com needs to map to area SiteA
www.siteB.com needs to map to area SiteB
www.siteC.com needs to map to area SiteC
Is there an easier way to do this in MVC 5 using attribute mapping, or does one still need to look at using something similar to the IRouteConstraint interface
Thanks in advance for the assistance.
Regards