iis - Visual Studio 2015 Update 2 "This site can’t be reached" -


in visual studio 2015, update 2, i'm getting this site can't reached. localhost refused connect. if following:

  1. hit f5 start site, see site in chrome
  2. press red stop icon in visual studio
  3. go chrome , hit f5 refresh, see error

how can leave iis open continues serve localhost? before installing update 2, work. have following unchecked: enable edit , continue in tools -> options -> debugging. having unchecked used allow me hit red stop icon , still able see site in browser.

in update 2 can use "detach all" detach visual studio debugger , still leave iis express running. has same effect @ "stop" did prior update 2.

to add "detach all" menu

  • click drop down arrow on debug tool bar , select "add or remove buttons" enter image description here
  • on menu click "customize..." enter image description here
  • then click "add command..." enter image description here
  • choose "debug" category
  • scroll down "detach all" , click ok enter image description here
  • ok out of menus , off go.