Visual Studio 2017 Browser Link with custom url

292 views Asked by At

I work on a few websites in different solutions that integrate with each other. To get them to work properly locally, I have to override the URLs. When I change the url from localhost:[port] to local.mydomain.com:[port], browser link no longer works. Can I assume this is a security feature and visual studio won't let me debug javascript unless I'm running as localhost?

0

There are 0 answers