madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 251 forks source link

Tying into local IIS dev environment. #2024

Open ryantheleach opened 7 years ago

ryantheleach commented 7 years ago

Sorry for creating an issue, but I wasn't sure where else to turn to.

I'm using Web Essentials 2013, but the current project setup has an entire IIS dev environment set up on my local machine. Most of the content is static content, but it gets served through mylocalmachine.companytld.com on our intranet.

Attempting to access the application over localhost doesn't work as it messes up the networking calls / authentication.

How can I use browser link with the above setup? I'm assuming I probably can't, as Web Essentials is setting up it's own server when run from Visual Studios?