asp.net主机中的域和linux主机中的子域,怎么做
exp 的 asp.net 主机中的域:X.com,我们希望在 Linux 托管中运行子域:YXcom。
应该如何为链接 yo linux 托管的 asp.net 托管中的子域配置 dns 或其他内容?
Domain in asp.net host for exp : X.com and we want run sub domain : Y.X.com in linux hosting.
How should configure dns or other things for sub domain in asp.net hosting for link yo linux hosting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当它们位于不同的 IP 上时,这很容易。如果您的 ASP.NET 计算机具有 IP xxxx,则将 X.com 的 A 记录设置为 xxxx - 如果您的 UNIX 设备具有 IP yyyy,则将 YXcom 的 A 记录设置为 yyyy
When they are on different IPs it's easy. If your ASP.NET machine has IP x.x.x.x then set the A record for X.com to x.x.x.x - and if your UNIX thing has IP y.y.y.y set A record for Y.X.com to y.y.y.y
根据您可用于控制域的管理面板,具体的设置过程会有所不同。
从技术上讲,该过程只是设置两个 DNS 记录,主域的 A 记录和指向 Linux 服务器的子域的附加 A 记录。
您可能希望在此基础上再设置两个域来支持 www.前缀,如果您想将 ftp、webmail 等指向服务,可能还需要更多记录。
请让我们知道您使用哪家公司来管理域 DNS 记录,或者亲自前往该公司并询问他们的支持部门如何进行更改。
The exact process to set this up will be different depending on the management panel you have available for you to control the domain.
Technically the process would simply be to set up two DNS records, the A record for the main domain and an additional A record for the subdomain which would point at the linux server.
You would probably want to set up two more domains on top of this to support the www. prefix, and maybe even more records if you want to point ftp, webmail, etc at services.
Please either let us know what company you are using to manage the domains DNS records or alternatively go to the company themselves and ask their support department how you you can make the changes.