-
Notifications
You must be signed in to change notification settings - Fork 24
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:
- Edit hosts file (found under C:\Windows\System32\drivers\etc) and add
127.0.0.1 mycompany.localhost - Edit
<bindings>section in {PathOfYourProject}.vs\config\applicationhost.config and add
<binding protocol="http" bindingInformation="*:54575:mycompany.localhost" />