Subdomain to a seperate website

Discussion in 'Domain names / DNS' started by vamsinator, Jul 1, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm using a ASP.NET 3.5 website, and need to add another subsite

    I'd like to have my system setup so that I have 2 instances so

    Account 1. www.docketplace.com.au
    Account 2. www.rewards.docketplace.com.au

    The reason I'm doing this is to split the traffic and I'd prefer not to use serperate folders for each site in 1 account.

    How do I go about doing this ?
     
  2. You can use code to do that, examples are in the KB.
    If however you don't use a folder for the split traffic how will you direct them?
     
  3. If you're pursuing a 'true' traffic split, you'll need another DASP account and need to request the new account be provisioned on a server other than the one you're currently hosted on. You could even go a step further than this and request the 2nd DASP account be hosted in another geolocation since DASP have US and Euro based data centres and this would ensure a completely new and separate route for the 2nd instance.

    If you simply wanted a 2nd instance of your site with different URL, this can be achieved with a sub-folder and redirection in code within one single DASP account. This isn't really traffic or resource split however since both instances will reside on the same server, within the same single IIS app pool.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page