How do I configure IIS 7 (discount asp.net) to point subdomains at application subdirectories?
- by m4bwav
I have an discount asp.net account, which uses IIS 7 and I want to configure subdomains to point at specific applications on the site.
For instance:
's1.site.com' would run the application at 'site.com/serverone'. I would like the subdomain to be opaque so that users do not have to deal with the /serverone part.
There was a similar question on server fault, but it involves creating a whole new site for each subdomain, where as I would rather just create independent websites.