I am trying to enable Browser Link update feature to update a few different browsers each time I press the shortcut. The update works OK for the browsers on the same machine as VS but not on the remote browsers.
The server (IIS express) is configured to serve remote clients and they Load the site as expected. However the JavaScript code required for the update is not included in the Html response.
I thought maybe the feature works with local connections only and tried to use a port forward to achieve this without success. the Browsers on both machines are Chrome v48
Any Idea ?