Asp.net 3.5 Sp1 Sub-Domain routing?
问题 I was wondering is there is a way to introduce sub-domains in Asp.net 3.5 routing All i found as this http://blogs.securancy.com/post/ASPNET-MVC-Subdomain-Routing.aspx But i was looking for something more complex to allow doing wild-card sub-domains Any Help ? 回答1: Should be no problem, even with that sample. In this case, just add a wildcard to your DNS "*.yourdomain" and use the 'default' statement from the switch to handle wildcards. In other words, change the sample for the Global.asax to