Purpose: all this concerns the payment of one copy of WebRole, but the demonstration / testing of several sites, which are completely independent VS projects (ASP MVC 5, but it does not matter). Sites do not differ by port name, but by domain (host) name)
I might want too much, but this can be easily done using IIS by configuring IIS sites by hostname (or IP or port).
I understand (and can accept) this limitation that these different VS projects must exist together in the VS solution and cannot be deployed independently, I assume that there is a common Azure project that contains the entire metainfo configuration.
Tools: VS 2013 (Premium) and Azure 2.2 Tools
Now I have a solution with two projects: MySite (ASP MVC 5 project) MySite.Azure
I would like to add a second MVC project and would like to change the configuration and other files in MySite.Azure to deploy MySite and MySite2, and I would like to assign different host names for MySite and MySite2. (I know how to assign my hostnames for my Azure IP using my DNS provider, suppose this is already done)
If differentiation by host name is not possible, can you still differentiate by port number?
source
share