IIS 6 Aliasing and Entire Domain to Different SubDomain

I have a dedicated Windows 2003 Server running IIS 6 and two separate domains. I would like to take one of these domains www.domain1.com and make it appear as blog.domain2.com.

I have no idea how to begin configuring this in IIS. Could somebody point me a direction to look?

Thank you

If I read your question right, the answer would be to “Right click on Web Sites, choose add new virtual site, follow prompts.”

Thanks for the reply. It took so doing, but I finally figured out how to do this. It turned out to be fairly simple. Here are the steps in case anybody is interested. In my example, the website www.nakedbikernews.com will become [url=http://rally.jaminleather.com]rally.jaminleather.com.

Using IIS 6, right click the website you wish to alias (nakedbikernews). Choose properties, Web Site and click advanced. Enter the IP address of the new server (jaminleather), keep the port as 80 and enter the appropriate host header value (rally.jaminleather.com).

This creates the alias. The only other thing you must do is create a DNS “a” record for rally.jaminleather.com on the jaminleather domain.

Thanks again for the help!