I have an IIS server (on win2008 server) with a website on it, serving multiple subdomains using a website *.domain.com
Theres not a defined list, subdomains could be anything.
All of these requests are served from a specific code directory, lets call it app1
I want to make changes such that:
subdomains sub1.domain.com, sub2.domain.com so that they serve code from a different application app2.
all other subdomains should continue to be served from the original app1 code.
Suggestions?
Thanks in advance.