How do I configure IIS 7 (discount asp.net) to point subdomains at application subdirectories?
Posted
by m4bwav
on Server Fault
See other posts from Server Fault
or by m4bwav
Published on 2010-03-24T14:17:28Z
Indexed on
2010/03/24
14:23 UTC
Read the original article
Hit count: 506
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.
© Server Fault or respective owner