Hi all,
If my website is hosted using IIS at http://www.mydomain.com
I want to make a subdomain for every user.
So, a user 'BillGates' signs up, and automatically my code creates http://billgates.mydomain.com
Is this even possible? Any pointers on how to do this? I'd be using ASP.NET with C#
Thanks