Hi,
Do/can routes in .net MVC look at subdomains?
i.e. subdomain1.example.com
|
|
Hi, Do/can routes in .net MVC look at subdomains? i.e. subdomain1.example.com
|
||
|
|
|
|
The route handler which is built into ASP.NET SP1 (Note that it's not just for MVC) doesn't care about the domain name, the only thing it parses is the stuff after the root directory. For example if your route is: |
||
|
|