up vote 1 down vote favorite
share [g+] share [fb]

I'd like to have a wordpress blog on my unix webhosting and some subdomain.domain.com on an asp.net hosting, how can I do that ?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

Just set different A-record that point to different machines. This will need to be changed at your DNS server. Set up one for domain.com and another for subdomain.domain.com (in full).

link|improve this answer
feedback

Absolutely. You just need to modify your DNS entries to point the subdomain to the IP of your asp.net server. The instructions to do this would vary based on who handles your DNS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown