I attempted to run my web service through visual studio. I faced an issue like :
--------------------------- Microsoft Visual Studio ---------------------------
Reason for this error that is you give the wrong port number to your application.
just use http ports for your application to run
use the port near to 8080 number, i.e:
localhost:8090
to change the port for you application in visual-Studio
goto project properties > web > Server > ProjectUrl