Hi,
How is it possible to create a subdomain for each registered user of the web-site during the registration?
For the scenario below...
- User opens site.com/register.
- Provides details and submits.
- Gets redirected to the newuser.site.com straight away
- User can work in the newuser.site.com area
I don't know how to solve the issues:
- Create and propagate a subdomain for the user.
- Have the single ASP.NET application to handle all subdomains and the main domain.
- Configuraton of IIS.
Ideally I would like to stay withing .NET Framework as much as possible.