我可以远程访问使用 Windows Server 2003 的公司服务器...
一些网站(带有 asp.net)安装在 dns 和 iis 上...
我很困惑,我怎么能把其中一个网站混淆为子域名——我用谷歌搜索了一下,但我不明白如何通过结果来弄清楚这一点……
我的 DNS 是这样的:
我在正向查找中有三个区域:
1-com
mydominname(例如 peter)
(sameasparent) -> Host(A)
www -> Host(A)
2-网
3-组织
因此 peter.com 和 www.peter.com 一切正常
现在我如何将子域名(sub1.peter.com 和 www.sub1.peter.com)添加到 peter 域名中?
Q1. 下面的答案告诉我们有关 iis 的信息(但是 iis 中的 www 呢)?
Q2. 子域名 (带或不带 www) 的 DNS 配置怎么样?
Q3. 完成 DNS 和 IIS 配置后,我该怎么做才能获得结果(我是否应该等待 1 天才能获得结果,或者控制台中是否有一些命令可以更快地完成此操作)?
Q4.我可以使用哪些命令在控制台中检查我的子域?
我真的非常感激您一步步地帮助我。
非常感谢
答案1
您是说要向 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.