How to use (localhost) subdomain? Address localhost:5000 works but test.localhost:5000 not
- asp core 2
- IIS Express
config: ".vs/config/aplicationhost.config"
<binding protocol="http" bindingInformation="*:5000:" />
How to use (localhost) subdomain? Address localhost:5000 works but test.localhost:5000 not
config: ".vs/config/aplicationhost.config"
<binding protocol="http" bindingInformation="*:5000:" />