I am new to ASP.NET MVC, most of my experience is with ASP.NET Web formats.
Is there a way to configure routing based on the domain / host name, i.e. www.domain.com goes into one area, admin.domain.com into another, and www.differentdomain.com into another area in a web application.
Also, is there a way to make catch-all ie * .domain.com be redirected to another area?
source share