When a user registers with my site, they will get a url like this \"http://username.mysite.com\" to access their page/folder. How this is possible using C# and asp.net mvc.<
You can also create fake subdomains with a custom HTTPModule as stated Here