I have a multi-tenant application that is accessed in production as customer.ourdomain.com. For local development with IIS, we use a custom wildcard domain, company-localdev.com.
With IIS, this works without any particular configuration. IIS Express, on the other hand, only binds to localhost.
We have an ongoing migration project to ASP.NET 5, and we'd like to use IIS Express for an easier developer experience.
Is it possible to have IIS Express listen to *.company-localdev.com:1234? Bonus points if this can be automated so a developer can have it working just by opening the solution in IIS.