【发布时间】:2010-09-15 21:41:49
【问题描述】:
我们对同一个站点有两个子域,我们希望根据访问的子域初始页面有所不同。但是在 IIS 中,默认的文档设置是基于 web.config 所以...
我们知道我们可以使用 http:/subdomain/page.aspx,但它要求我们在链接中只使用 http:/subdomain
所需示例:
- 点击链接 http:/subdomain1.web.com --> http:/subdomain1.web.com/page1.aspx (our_website/page1.aspx)
- 点击链接 http:/subdomain2.web.com --> http:/subdomain2.web.com/page2.aspx (our_website/page2.aspx)
【问题讨论】:
标签: asp.net iis web-config