Skip to content

Debugging subdomains locally

Mariusz Kerl edited this page Jan 27, 2018 · 2 revisions

To be able to debug subdomains locally you have to setup two things on your machine:

  1. Edit hosts file (found under C:\Windows\System32\drivers\etc) and add
    127.0.0.1 mycompany.localhost
  2. Edit <bindings> section in {PathOfYourProject}.vs\config\applicationhost.config and add
    <binding protocol="http" bindingInformation="*:54575:mycompany.localhost" />

Clone this wiki locally