Hosting many SSL sites on Azure using a wildcard certificate with MVC
问题 The following application currently runs on a Windows 2008 R2 server that I'm attempting to migrate to Azure: Part 1 First I have the following ASP.NET MVC site that routes customers based on the first part of the DNS name: https://customer1.myAzureSite.com https://customer2.myAzureSite.com https://customer3.myAzureSite.com ... https://customerN.myAzureSite.com Part 2 Then, I also have a different IIS website that is used for enrolling/signing up only https://enroll.myAzureSite.com Part 3