I’ve got a solution with many projects
One of these proejcts is a “MyProject.Web” web application.
This has a web reference to MyProject.WebService” project –
I have a breakpoint in the WebService project, and i call the method on one of my Web forms, the break point is not hit….
How can i enable this?
Right-click on the solution and choose “Set Startup Projects”. Choose to start multiple projects and select both your web site and web service to start with debugging. Then when you start the debugger they will both fire up and you should have full debugging in both.