Windows-Server-2003
如何在 windows server 2003 中為 SUBDOMAINS 配置 dns 和 iis
我可以遠端訪問使用 Windows Server 2003 的公司伺服器…
在 dns 和 iis 上安裝了一些網站(帶有 asp.net)…
我很困惑如何將這個網站之一混淆為子域 - 我用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)添加到 peter 域中?
Q1。下面的答案告訴我們有關 iis 的資訊(但是 iis 中的 www 呢)?
Q2. 為子域(有或沒有 www)配置 dns 怎麼樣?
Q3. 完成 DNS 和 IIS 配置後,我應該怎麼做才能獲得結果(我應該等待 1 天才能獲得結果還是控制台中有一些命令可以更快地完成)?
Q4. 我可以使用哪些命令在控制台中檢查我的子域?
我真的很感激你一步一步地幫助我。
非常感謝問候
您是說要向 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.