asp.net core - Wildcard hostname in IIS Express + VS 2015 -


i have multi-tenant application accessed in production customer.ourdomain.com. local development iis, use custom wildcard domain, company-localdev.com.

with iis, works without particular configuration. iis express, on other hand, binds localhost.

we have ongoing migration project asp.net 5, , we'd use iis express easier developer experience.

is possible have iis express listen *.company-localdev.com:1234? bonus points if can automated developer can have working opening solution in iis.

in asp.net 5 / vnext, config file found in

~projectfolder~/.vs/config/applicationhost.config 

from there, can add new bindings rdans explained.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -