ASP.NET 路由 (3.5) - 如何处理多个 TLD 域?
是否可以有一个 ASP.NET Web 应用程序通过 ASP.NET 路由处理来自两个域的请求? 我需要为每种语言版本分配一个指向同一应用的 TLD 域。
- 如何设置一个路由来识别请求是否来自domain1.de或domain2.com?
- 如何配置域 DNS 才能使其工作?
提前致谢!
Is it possible to have one asp.net web application that handles requests from two domains via asp.net routing? I need one TLD domain per language version pointing to the same app.
- How to set up a route that recognize, if the request is coming from domain1.de or domain2.com?
- How to configure the domains DNS for this to work?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以前曾问过类似的问题: 是否可以基于子域创建 ASP.NET MVC 路由?
对于您的问题:
如果您需要有关主机标头的更多信息,请对此添加评论,我可以进一步解释...否则解释其他场景,这样只会混淆一些本应简单的内容。
Something like this has been asked before: Is it possible to make an ASP.NET MVC route based on a subdomain?
For your questions:
If you need more info on host headers, add a comment to this and I can explain further...otherwise explaining other scenarios and such just serves to confuse something that should be simple.