I created a new WCF Application. It has a svc file & a code behind, When I try to debug (F5) then I see the following.
If you want to run the project in a browser,
this will take the program to the browser
To take it only to wcf test client, follow the above steps, but the URL should point to the service. http://localhost:11111/yourservice.svc .. will do.
Thank you