Subdomains for a single application with ASP.NET MVC
June 06, 2009
Update: Complete source code demonstrating this approach is available on MSDN Code Gallery for MVC1 and MVC2.
I’ve wanted to use subdomains for sub-sites within a single application for a while now, the way you see the Rails guys doing all the time (e.g. 37 signals, Shopify and LessEverything). Basically, instead of setting up . . .