I have deployed my WCF webservice locally and its working fine, But in a method I got unexpected result so I decided to debug my webservice in
I faced same problem windows7, VS15, I tried adding/removing localhost:port# to urlacl using netsh command but din`t work.
netsh http add urlacl url=http://localhost:63746/ user=everyone
I had to disable Internet Connection Sharing ICS for my ethernet (I had enabled this for sharing internet to VM) and I was able to debug/run solution locally.