如何在Windows Server 2003中为SUBDOMAINSconfigurationdns和iis

我有远程访问我公司的服务器使用Windows Server 2003的…

一些网站(与asp.net)安装在DNS和IIS …

我很困惑,我怎么能confuge这个子网站的网站之一 – 我GOOGLE了,但我不明白怎么弄出来的结果…

我的DNS是这样的:

我有三个区域正向查找:

1-COM

mydominname(比如彼得)

(sameasparent) -> Host(A) www -> Host(A) 

2,净

3,组织

所以peter.com和www.peter.com都可以

现在我怎么能添加一个子域(sub1.peter.com&www.sub1.peter.com)到彼得域?

Q1。 下面的答案告诉我们关于iis(但在iis中的www是什么)?

Q2.and dnsconfiguration一个子域名(有没有www)?

Q3.AUTTER DNS和IISconfiguration我应该做些什么才能获得结果(我需要等待1天才能完成结果,或者有一些命令可以更快地实现)?

Q4.WHAT命令可以用来检查我的子域在CONSOLE中吗?

我真的很乐意帮助我一步一步来。

非常感谢

你是说你想要添加一个子域到IIS? 你在哪里更新你的域名的DNS? 你有小孩名字服务器吗?

 * Open IIS Management Console. * Click on the Web Sites folder and select New : Web Site. * Click on Next to continue. * Enter the description for your site then click Next. An example would be: sub1.example.com. * On the IP Address and Port Setting, enter sub1.example.com into the Host header for this Web site field. * On the next page, enter the path d:\inetpub\wwwroot\example.com\sub1\. * On the next page, select your options click Next and you're done.