ASP.Net 4 路由和子域
我正在使用 ASP.Net 4 开发一个网站,该网站广泛使用路由。它根据路线数据显示每个客户端的页面。
http://localhost/abc/manage/posts/ 重定向到 abc 客户端的帖子页面 http://localhost/adidas/manage/posts/ 重定向到阿迪达斯页面。
现在我需要使用像 adidas.localhost.com 这样的子域方式来执行此操作。我搜索了 SOF,发现很少有使用 MVC 的解决方案。
我添加了所需的通配符 dns、主机文件更改等。我知道我需要阅读主机头来确定客户端。我的问题是我必须在哪里进行此检查,因为我使用没有 MVC 的路由,所以我不使用 MVC 控制器。我需要处理 ASP.net 4 路由。有人可以给我一个想法吗?
I'm developing a site with ASP.Net 4 which uses routing extensively. it displays pages for each client depending on the route data.
http://localhost/abc/manage/posts/ redirect to posts page of abc client
http://localhost/adidas/manage/posts/ redirects to adidas page.
now i need to do this using the subdomain way like adidas.localhost.com. i searched through SOF and found few solutions using MVC.
URL Routing across multiple subdomains
I have added the required wildcard dns, host file changes etc. and i understand that i need to read the hostheader to to determine the client. my question is where do i have to do this check, as im using routing without MVC i don't use MVC controllers. i need to do with ASP.net 4 routing. can someone give me an idea on this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论