标签: iis-express
如果我将它添加到applicationhost.config中的站点:
<binding protocol="http" bindingInformation="*:15408:helloworld" />
然后在幕后,操作系统如何知道路由域&#39; helloworld&#39;快递?
答案 0 :(得分:1)
操作系统不知道。你自己应该设置DNS和其他任何东西来实现它。