From , there are basically two steps:
1) Set up the web service project as one of the Startup Projects (Visual Studio only loads debug symbols for startup projects). Right-click, Set Startup Projects, Multiple Startup Projects, set start as the action for all startup projects.
2) For the web service, for its start options, select “Don't open a page. Wait for a request from an external application.”