views:

38

answers:

0

There are several similar questions to this on stack overflow, but I couldn't find one that actually answered my question.

I am writing an asp.net mvc application which will need to have a front end sign up peice (home page, sign up page, account management, etc) and then allow each account to point their own domain to us and have it go to their site...

It's kind of like each account getting their own site at a sub domain... but with a regular domain instead...

I would like to put the code for the sites in an Area, and all code for the site (the site for the account holder) is in that area... and everything else is in other areas or at the top level... I just don't have any idea how to route this.

It's probably pretty easy, but I'm missing something...

Any help would be greatly appreciated.