I am not sure the best way to architect my IIS environment and MVC4 applications.
I have my standard marketing site on www.mydomain.com . This is an mvc4 site.
I have created a 2nd mvc4 application that I want users to be able to access via www.theircompanyname.mydomain.com
I dont want to have to hardcode any subdomains as I need this to be as flexible as possible.
Can anyone suggest what I should be doing?