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
on cmd with admin access
netsh http add urlacl url=http://localhost:80/ user=everyone
From Microsoft Docs: Handling URL Binding Failures in IIS Express