PDA

View Full Version : Multi domain host for asp.net host


szmulder
03-05-2009, 01:56 PM
If i want host 2 site with different domain, do i need purchase 2 web hosting plan?
Is any way i can only using 1 web hosting plan?

Thanks!

Ramses
03-05-2009, 02:44 PM
You can actually add the 2nd domain as a Domain Pointer, which basically works as a domain alias and points to the root folder, just like your primary domain. You can change where the domain is pointing to through code, which redirects the domain to a specific directory.

If you wanted to have two domains, each with it's own separate root folders, then you would have to purchase 2 separate accounts per domain.

More on Domain Pointers: http://support.discountasp.net/KB/a131/domain-pointer-manager.aspx?KBSearchID=18250

Redirecting through code: http://support.discountasp.net/KB/a369/how-to-redirect-a-subdomain-to-a-subdirectory.aspx?KBSearchID=18252